From f9bfc39f651eff2b8b125aa95b5aedaf84c2b25c Mon Sep 17 00:00:00 2001 From: He4eT Date: Sun, 22 Mar 2020 02:28:49 +0500 Subject: [PATCH] Missing doorways --- src/room/pinkRoom.t | 16 +++++++++++++++- src/room/yellowRoom.t | 7 +++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/room/pinkRoom.t b/src/room/pinkRoom.t index ef5ab74..d1ae77e 100644 --- a/src/room/pinkRoom.t +++ b/src/room/pinkRoom.t @@ -2,12 +2,26 @@ pinkRoom: Room 'Changing room' " An elevator vestibule with a row of lockers, a dumpster and posters with safety rules. -
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' diff --git a/src/room/yellowRoom.t b/src/room/yellowRoom.t index ff36369..e9d8d36 100644 --- a/src/room/yellowRoom.t +++ b/src/room/yellowRoom.t @@ -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'