Sfoglia il codice sorgente

[fixed] Added some missing time checks to some dancing at the disco.

bgkjdgbizgblzdgbr 2 anni fa
parent
commit
c17b3a86e0
2 ha cambiato i file con 13 aggiunte e 4 eliminazioni
  1. 3 1
      locations/pav_disco_coolkids.qsrc
  2. 10 3
      locations/pav_disco_gopniks.qsrc

+ 3 - 1
locations/pav_disco_coolkids.qsrc

@@ -1770,7 +1770,9 @@ if $ARGS[0] = 'sonia_outcast_dance':
 		'She dances with you very closely. She hoots and hollers and has a great time. She teases guys almost non-stop with how she dances, only to turn back to you again, shutting them down. She seems to really be enjoying herself dancing with you.'
 	end
 	act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
-	act 'Just keep dancing': gt 'pav_disco_coolkids', 'sonia_outcast_dance'
+	if hour >= 20:
+		act 'Just keep dancing': gt 'pav_disco_coolkids', 'sonia_outcast_dance'
+	end
 	if hotcat >= 5:
 		act 'Dance closer to her':
 			*clr & cla

+ 10 - 3
locations/pav_disco_gopniks.qsrc

@@ -358,7 +358,9 @@ if $ARGS[0] = 'vitek_dan_vasily_get_drunk':
 		'You take the offered bottle and take a swig. "Thanks."'
 		'They go back to telling stories and you start listening. Once you''ve finished the bottle, they hand you another and start staring at you again, waiting to see if you take it.'
 		act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
-		act 'Keep drinking': gt 'pav_disco_gopniks', 'vitek_dan_vasily_get_drunk'
+		if hour >= 20:
+			act 'Keep drinking': gt 'pav_disco_gopniks', 'vitek_dan_vasily_get_drunk'
+		end
 	end
 end
 
@@ -1533,7 +1535,10 @@ if $ARGS[0] = 'anushka_dance':
 				'You join in and start grinding back against her. The boys are loving the show as your movements go along with the beat of the music. Your hips are pressed together and your breasts mash into each others while your legs are tangled, causing you to grind your respective crotches on each other''s thighs. You can''t tell if she''s doing it because she''s into you, she just wants to tease the boys, or both. You could push things a bit further...'
 				gs 'arousal', 'foreplay', 5, 'inhibition'
 				gs 'stat'
-				act 'Go back to just dancing': gt 'pav_disco_gopniks', 'anushka_dance'
+				if hour >= 20:
+					act 'Go back to just dancing': gt 'pav_disco_gopniks', 'anushka_dance'
+				end
+				act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 				!!act 'Dry hump her':
 				!!	*clr & cla
 				!!	gs 'stat'
@@ -1633,7 +1638,9 @@ if $ARGS[0] = 'anushka_dance':
 	            'You join in and start grinding back against her. The boys are loving the show as your movements go along with the beat of the music. Your hips are pressed together and your breasts mash into each others while your legs are tangled, causing you to grind your respective crotches on each other''s thighs. After a few songs have played, she breaks away from you and starts dancing further apart again. She wiggles her ass to tease the boys that are clustered around you.'
 				gs 'arousal', 'foreplay', 5, 'inhibition'
 				gs 'stat'
-				act 'Go back to just dancing': gt 'pav_disco_gopniks', 'anushka_dance'
+				if hour >= 20:
+					act 'Go back to just dancing': gt 'pav_disco_gopniks', 'anushka_dance'
+				end
 				act 'Do something else': gt 'pav_disco_coolkids', 'classmates'
 			end
 		end