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'