Browse Source

[changed] block when trying to enter parents room late at night instead of taking away the option
[changed] block when trying to enter bathroom when mother is using the shower

hornguy6 4 years ago
parent
commit
6d388dfb00
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/korrPar.qsrc

+ 2 - 2
locations/korrPar.qsrc

@@ -134,14 +134,14 @@ if momloc = 1:
 			end
 		end
 	else
-		'Your parents are asleep in their room'
+		act 'Go to your parents'' room': msg'Your parents are probably asleep, you shouldn''t go in right now.'
 	end
 else
 	act 'Go to your parents'' room':gt 'bedrPar2'
 end
 act 'Go to the living room':gt 'sitrPar'
 if momloc = 5:
-	'The bathroom door is locked as your Mom takes a shower'
+	act 'Go to the bathroom':msg'You try to open the bathroom door but it immediately stops, banging against the latch. You hear the water running and your mother shouting at the door. "Doesn''t anybody in this family know how to knock?!"'
 else
 	act 'Go to the bathroom':minut += 1 & gt 'vanrPar'
 end