mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Elevator
This commit is contained in:
parent
b9904b2dbc
commit
6264e881b8
8 changed files with 79 additions and 10 deletions
16
src/room/blackRoom.t
Normal file
16
src/room/blackRoom.t
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
blackRoom: Room
|
||||
'Long corridor'
|
||||
" Long corridor.
|
||||
|
||||
<<blackElevatorDoor.makeOpen(nil)>>
|
||||
<<blackElevatorDoor.makeLocked(true)>>"
|
||||
;
|
||||
|
||||
+ blackElevatorDoor: IndirectLockable, Door, RoomPartItem
|
||||
'elevator door*doors'
|
||||
'elevator doors'
|
||||
" Steel doors marked <q>restricted access</q>.
|
||||
<br>There are no controls here."
|
||||
|
||||
specialNominalRoomPartLocation = defaultWestWall
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue