mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-04 16:47:22 +00:00
Locked operation room door
This commit is contained in:
parent
2295c18a7c
commit
0f1d9c6b83
2 changed files with 3 additions and 3 deletions
|
|
@ -30,10 +30,10 @@ cyanRoom: Room
|
|||
'square outline'
|
||||
" The central square area on the floor
|
||||
looks like some kind of markup.
|
||||
<br>Its purpose is unclear to you."
|
||||
<br>Its purpose is unclear to you. "
|
||||
;
|
||||
|
||||
+ operatingRoomDoorOutside: LockableWithKey, Door, RoomPartItem
|
||||
+ operatingRoomDoorOutside: LockableWithKey, Door
|
||||
-> operatingRoomDoor
|
||||
'armored operating door*doors'
|
||||
'armored door'
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ redRoom: Room
|
|||
west = operatingRoomDoor
|
||||
;
|
||||
|
||||
+ operatingRoomDoor: Door, RoomPartItem
|
||||
+ operatingRoomDoor: LockableWithKey, Door, RoomPartItem
|
||||
'armored operating door*doors'
|
||||
'armored door'
|
||||
"An armored door with a massive locking mechanism. "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue