Game over

This commit is contained in:
He4eT 2020-03-22 02:12:51 +05:00
commit cfc47bab05

View file

@ -29,7 +29,19 @@ blackRoom: Room
;
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',
[])>>"
};