mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Missing doorways
This commit is contained in:
parent
cfc47bab05
commit
f9bfc39f65
2 changed files with 22 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue