mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57: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'
|
'square outline'
|
||||||
" The central square area on the floor
|
" The central square area on the floor
|
||||||
looks like some kind of markup.
|
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
|
-> operatingRoomDoor
|
||||||
'armored operating door*doors'
|
'armored operating door*doors'
|
||||||
'armored door'
|
'armored door'
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ redRoom: Room
|
||||||
west = operatingRoomDoor
|
west = operatingRoomDoor
|
||||||
;
|
;
|
||||||
|
|
||||||
+ operatingRoomDoor: Door, RoomPartItem
|
+ operatingRoomDoor: LockableWithKey, Door, RoomPartItem
|
||||||
'armored operating door*doors'
|
'armored operating door*doors'
|
||||||
'armored door'
|
'armored door'
|
||||||
"An armored door with a massive locking mechanism. "
|
"An armored door with a massive locking mechanism. "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue