Missing doorways

This commit is contained in:
He4eT 2020-03-22 02:28:49 +05:00
commit f9bfc39f65
2 changed files with 22 additions and 1 deletions

View file

@ -2,12 +2,26 @@ pinkRoom: Room
'Changing room'
" An elevator vestibule with a row of lockers,
a dumpster and posters with safety rules.
<br>You can see the elevator doors on the south wall. "
Construction dust and debris are everywhere.\b
You can see the corrupted doorway to the east
and the elevator doors on the south wall. "
east = cyanRoom
south = elevatorDoor
;
+ Decoration
'construction dust/debris'
'dust'
;
+ Decoration
'corrupted doorway'
'doorway'
"You see a square room through the corrupted doorway. "
specialNominalRoomPartLocation = defaultEastWall
;
+ Decoration
'safety rule*rules/poster*posters'
'posters'

View file

@ -20,6 +20,13 @@ yellowRoom: Room
/* Doors */
+ Decoration
'doorway'
'doorway'
"You see a square room through the south doorway. "
specialNominalRoomPartLocation = defaultSouthWall
;
+ orangeDoorOutside: Door, AutoClosingDoor, RoomPartItem
-> orangeDoor
'orange door*doors'