mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 09:07:22 +00:00
Operating room
This commit is contained in:
parent
cfc5061fc8
commit
d478a476e9
4 changed files with 17 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ cyanRoom: Room
|
|||
;
|
||||
|
||||
+ operatingRoomDoorOutside: LockableWithKey, Door, RoomPartItem
|
||||
-> operatingRoomDoor
|
||||
'armored operating door*doors'
|
||||
'armored door'
|
||||
" Armored door marked <q>Operating room</q>
|
||||
|
|
|
|||
13
src/room/redRoom.t
Normal file
13
src/room/redRoom.t
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
redRoom: Room
|
||||
'Operating room'
|
||||
" Operating room"
|
||||
|
||||
west = operatingRoomDoor
|
||||
;
|
||||
|
||||
+ operatingRoomDoor: Door, RoomPartItem
|
||||
'armored operating door*doors'
|
||||
'armored door'
|
||||
"An armored door with a massive locking mechanism."
|
||||
specialNominalRoomPartLocation = defaultWestWall
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue