mirror of
https://github.com/He4eT/simple-tads-game.git
synced 2026-05-04 17:07:24 +00:00
Add locker to the tirdRoom
This commit is contained in:
parent
88917a273d
commit
117fea0594
3 changed files with 61 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
secondRoom: Room 'Second Room'
|
||||
"This is another boring room with a few balloons and a painting on the wall. "
|
||||
wallCode = '3339'
|
||||
roomParts = (inherited() - [defaultEastWall] + [secondRoomEastWall])
|
||||
north = startingRoom
|
||||
south = oldDoorOutside
|
||||
|
|
@ -31,5 +32,6 @@ secondRoom: Room 'Second Room'
|
|||
'painting/image/picture/drawing*drawings'
|
||||
'picture on the wall'
|
||||
"Unframed reproduction of a famous painting glued to the wall.\n
|
||||
In the corner, someone wrote four digits with a pink marker: <b>3339</b>. "
|
||||
In the corner, someone wrote four digits with a pink marker:
|
||||
<b><<secondRoom.wallCode>></b>. "
|
||||
;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue