Explorar o código

fix arousal lasting parameter

rachels %!s(int64=3) %!d(string=hai) anos
pai
achega
888544dfd9
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      locations/AleksandraGo.qsrc
  2. 1 1
      locations/Snpc.qsrc

+ 1 - 1
locations/AleksandraGo.qsrc

@@ -25,7 +25,7 @@ elseif npc_QW['A231'] > 5:
 	npc_rel[$static_num] += 5
 	npc_love[$static_num] += 2
 	npc_horny[$static_num] += 5
-	gs 'arousal', 'kiss', '5', 'futa'
+	gs 'arousal', 'kiss', 5, 'futa'
 	gs 'stat'
 	'<center><b><font color="maroon"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></font></b></center>'
 !!Image needed	'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big62.jpg"></center>'

+ 1 - 1
locations/Snpc.qsrc

@@ -675,7 +675,7 @@ if numnpc = 231:
 			npc_rel['A<<numnpc>>'] += 10
 			npc_love['A<<numnpc>>'] += 5
 			npc_horny['A<<numnpc>>'] += 15
-			gs 'arousal', 'kiss', '5', 'futa'
+			gs 'arousal', 'kiss', 5, 'futa'
 			gs 'stat'
 			'<center><b><font color="maroon"><<$npc_firstname[''A<<numnpc>>'']>> <<$npc_lastname[''A<<numnpc>>'']>></font></b></center>'
 !!Image needed			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/aleksandra/school_kiss.jpg"></center>'