Bläddra i källkod

[fixed] Kolka preg reaction reset

Lusticon 4 månader sedan
förälder
incheckning
d107a02e85
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      locations/brother.qsrc

+ 1 - 2
locations/brother.qsrc

@@ -52,6 +52,7 @@ if npc_pregtalk['A34'] = 0 and brother_pregreact <> 1 and ($ARGS[0] = 'start' or
 	gs 'brother', 'pregreact'
 	if brother_pregreact = 1: exit
 end
+if npc_pregtalk['A34'] = 1: killvar 'brother_pregreact'
 
 if $ARGS[0] = 'start':
 	menu_off = 1
@@ -1498,8 +1499,6 @@ if $ARGS[0] = 'brother_voyeur_ev8':
 end
 
 if $ARGS[0] = 'pregreact':
-	killvar 'brother_pregreact'
-	if npc_pregtalk['A34'] = 1: exit
 	if $loc = 'sitrPar':
 		if hour < 6: exit
 		if hour < 7 and brotherMorningSex ! daystart: exit