Bläddra i källkod

[fixed] Event counter not reset when leaving Albina's house after some specifik events.

bgkjdgbizgblzdgbr 2 år sedan
förälder
incheckning
c772d744d5
1 ändrade filer med 5 tillägg och 1 borttagningar
  1. 5 1
      locations/albina_house_events.qsrc

+ 5 - 1
locations/albina_house_events.qsrc

@@ -516,6 +516,7 @@ if $ARGS[0] = 'hot_tub_no_panties':
 		minut +=6
 		gs 'stat'
 
+		
 		act 'Watch TV': gt 'albina_house_events', 'tv_1'
 	end
 end
@@ -536,6 +537,7 @@ if $ARGS[0] = 'tv_1':
 		minut +=24
 		gs 'stat'
 
+		AlbinaQW['visiting'] = 0
 		act 'Go home':gt 'pav_residential'
 	end
 
@@ -548,6 +550,7 @@ if $ARGS[0] = 'tv_1':
 		minut +=24
 		gs 'stat'
 
+		AlbinaQW['visiting'] = 0
 		act 'Go home':gt 'pav_residential'
 	end
 end
@@ -570,6 +573,7 @@ if $ARGS[0] = 'tv_2':
 		AlbinaQW['robe'] = 0
 		minut +=24
 		gs 'stat'
+		AlbinaQW['visiting'] = 0
 		act 'Go home':gt 'pav_residential'
 	end
 
@@ -583,7 +587,7 @@ if $ARGS[0] = 'tv_2':
 		AlbinaQW['robe'] = 0
 		minut +=24
 		gs 'stat'
-
+		AlbinaQW['visiting'] = 0
 		act 'Go home':gt 'pav_residential'
 	end
 end