Ver Fonte

Peek events had clearances that were removing the shower options

KevinSmarts há 6 anos atrás
pai
commit
a8117f76e2
2 ficheiros alterados com 4 adições e 8 exclusões
  1. 1 1
      locations/din_van
  2. 3 7
      locations/vanrPar

+ 1 - 1
locations/din_van

@@ -52,7 +52,7 @@ $dryOff = {
 
 $preshave = {
 	if indorf = 0 and vanr_lock = 0 and $loc = 'vanrPar':
-	gs 'vanrPar', 'peek'
+		gs 'vanrPar', 'peek'
 	end
 }
 

+ 3 - 7
locations/vanrPar

@@ -37,10 +37,10 @@ if $ARGS[0] = '':
 end
 
 if $ARGS[0] = 'peek':
-	cla
-	*clr
 
 	if ((week < 6 and hour >= 16 and hour < 18) or (week >= 6 and hour >= 7 and hour < 18)) and indorf = 0 and father_go = 0 and stepdadqw_day ! daystart and iif(stepdadqw>0,1,rand(0,1)) = 1:
+		cla
+		*clr
 		stepdadqw_day = daystart
 		if npc_rel['A28'] < 60 or stepdadqw < 3:
 			'<center><video autoplay loop src="images/characters/pavlovsk/resident/vladimir/sex/bath_voyer_0.mp4"></video></center>'
@@ -65,6 +65,7 @@ if $ARGS[0] = 'peek':
 		end
 	elseif hour >= 18 and hour <= 21 and brother_ev1 ! daystart and rand(0,2) = 1:
 		cla
+		*clr
 		brother_ev1 = daystart
 		'Despite the clattering noise of water, you hear the bathroom door creaking open slightly. Through a small opening in the doorway, you notice your brother Kolka watching you.'
 		if sub < 30: act 'Get rid of him': gt 'brother', 'brother_go_away'
@@ -72,11 +73,6 @@ if $ARGS[0] = 'peek':
 		act 'Invite him in for a chat (0:10)':gt 'brother_voyeur','showertalk1'
 		if brothershowertalk > 0:act'Tell him you''re too busy to talk':gt'brother_voyeur','showertalkbusy'
 		exit
-	else
-		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/bath_voyer_4.jpg"></center>'
-		'Fortunately, the door''s closed and no one is around, you quickly grab a towel and wipe it all over your body.'
-		act 'Finish': mirror_steam = hour & gt $loc
-		exit
 	end
 end