mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
Game over
This commit is contained in:
parent
dd1dfaea58
commit
cfc47bab05
1 changed files with 14 additions and 2 deletions
|
|
@ -29,7 +29,19 @@ blackRoom: Room
|
||||||
;
|
;
|
||||||
|
|
||||||
finish: FakeConnector {
|
finish: FakeConnector {
|
||||||
" This is the end.
|
" After walking a few steps,
|
||||||
|
you noticed that the corridor
|
||||||
|
began to fill with clouds of some gas
|
||||||
|
and your consciousness has started to leave you.\b
|
||||||
|
A man in the uniform of
|
||||||
|
a corporate security guard and
|
||||||
|
a gas mask came out of the darkness.\b
|
||||||
|
<q>It's nice to meet you here again,
|
||||||
|
subject number <<gameMain.experimentNumber>>...</q>\b
|
||||||
|
After this words you passed out.\b
|
||||||
|
|
||||||
<<finishGameMsg('Wasted', '')>>"
|
<<inputManager.pauseForMore(true)>>
|
||||||
|
<<finishGameMsg(
|
||||||
|
'Day #' + gameMain.dayNumber + ' is over',
|
||||||
|
[])>>"
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue