Locked operation room door

This commit is contained in:
He4eT 2020-03-17 18:43:49 +05:00
commit 0f1d9c6b83
2 changed files with 3 additions and 3 deletions

View file

@ -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'

View file

@ -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. "