diff --git a/src/item/elevator.t b/src/item/elevator.t index 6a21ddf..16b729f 100644 --- a/src/item/elevator.t +++ b/src/item/elevator.t @@ -26,10 +26,13 @@ elevatorDoor: LockableWithKey, Door } noteTraversal (traveler) { - " There is no controls inside. + " You enter the elevator. + There is no controls inside.
After you entered, the doors closed, and after a while the elevator - stopped on another floor. "; + stopped on another floor.\b"; + inputManager.pauseForMore(true); + cls(); } ; diff --git a/src/room/blackRoom.t b/src/room/blackRoom.t index 10f7fac..82ace84 100644 --- a/src/room/blackRoom.t +++ b/src/room/blackRoom.t @@ -1,16 +1,35 @@ blackRoom: Room - 'Long corridor' - " Long corridor. + 'Dark corridor' + " A long dark corridor + running from west to east. +
+
A single flickering neon lamp + is visible in the distance. +
The eastern end of the corridor is dark. <> <>" + + east = finish ; + blackElevatorDoor: IndirectLockable, Door, RoomPartItem 'elevator door*doors' 'elevator doors' " Steel doors marked restricted access. -
There are no controls here." +
There are no controls here. " specialNominalRoomPartLocation = defaultWestWall ; + ++ Distant, Decoration + 'flickering neon lamp' + 'neon lamp' + "Flickering neon lamp. " +; + +finish: FakeConnector { + " This is the end. + + <>" +}; diff --git a/src/room/pinkRoom.t b/src/room/pinkRoom.t index 72e5c5f..ef5ab74 100644 --- a/src/room/pinkRoom.t +++ b/src/room/pinkRoom.t @@ -2,7 +2,7 @@ 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 north wall. " +
You can see the elevator doors on the south wall. " east = cyanRoom south = elevatorDoor