Intro tuning

This commit is contained in:
He4eT 2020-03-22 03:26:40 +05:00
commit 261e935ee6
2 changed files with 6 additions and 6 deletions

View file

@ -28,13 +28,13 @@ gameMain: GameMainDef
experimentNumber = 10 + rand(100);
dayNumber = rand(1000);
"<.p>
"\b
<q>Experiment <<experimentNumber>>,
day number <<dayNumber>>,</q>
a cold mechanical voice suddenly interrupts
your restless sleep.
<q>Have a nice day!</q>
<.p>";
a cold mechanical voice suddenly interrupts
your restless sleep.\b
<<inputManager.pauseForMore(true)>>
Enter <q>instruction</q> if you need a tutorial.\b";
}
showGoodbye () {"
<.p>Game over<.p>

View file

@ -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 */