diff --git a/experiment.t b/experiment.t
index bdefb54..49919c9 100644
--- a/experiment.t
+++ b/experiment.t
@@ -28,13 +28,13 @@ gameMain: GameMainDef
experimentNumber = 10 + rand(100);
dayNumber = rand(1000);
- "<.p>
+ "\b
Experiment <>,
day number <>,
- a cold mechanical voice suddenly interrupts
- your restless sleep.
- Have a nice day!
- <.p>";
+ a cold mechanical voice suddenly interrupts
+ your restless sleep.\b
+ <>
+ Enter instruction
if you need a tutorial.\b";
}
showGoodbye () {"
<.p>Game over<.p>
diff --git a/src/room/orangeRoom.t b/src/room/orangeRoom.t
index f18f72b..442f04b 100644
--- a/src/room/orangeRoom.t
+++ b/src/room/orangeRoom.t
@@ -16,7 +16,7 @@ orangeRoom: DarkRoom
The bathroom is to the west,
the exit door leads to the south. "
south = orangeDoor
- west = orangeBathroom
+ west = brightness == 3 ? orangeBathroom : nil
;
/* Doors */