Browse Source

Pointless use of dynamic

KevinSmarts 6 years ago
parent
commit
6363b50c9e
1 changed files with 4 additions and 7 deletions
  1. 4 7
      locations/din_van

+ 4 - 7
locations/din_van

@@ -50,12 +50,6 @@ $dryOff = {
 	end
 	end
 }
 }
 
 
-$preshave = {
-	if indorf = 0 and vanr_lock = 0 and $loc = 'vanrPar':
-		gs 'vanrPar', 'peek'
-	end
-}
-
 $shower = {
 $shower = {
 	act 'Take a shower (0:15)':
 	act 'Take a shower (0:15)':
 		cla
 		cla
@@ -102,6 +96,9 @@ $shower = {
 			*nl
 			*nl
 			'In your absentmindedness you forgot to close the door.'
 			'In your absentmindedness you forgot to close the door.'
 			'The idea that the door is open occupies your mind while you are showering. It would be very embarrassing if your brother or stepfather looked in at the wrong time.'
 			'The idea that the door is open occupies your mind while you are showering. It would be very embarrassing if your brother or stepfather looked in at the wrong time.'
+			if indorf = 0:
+				gs 'vanrPar', 'peek'
+			end
 		end
 		end
 
 
 		if pcs_horny >= 40:
 		if pcs_horny >= 40:
@@ -138,7 +135,7 @@ $shower = {
 				dynamic $dryOff
 				dynamic $dryOff
 			end
 			end
 		end	
 		end	
-		dynamic $preshave
+
 		dynamic $brit
 		dynamic $brit
 		dynamic $dryOff
 		dynamic $dryOff
 	end
 	end