mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Operating room
This commit is contained in:
parent
cfc5061fc8
commit
d478a476e9
4 changed files with 17 additions and 1 deletions
|
|
@ -55,4 +55,6 @@ gameMain: GameMainDef
|
|||
#include "src/room/pinkRoom.t"
|
||||
#include "src/item/labCoat.t"
|
||||
|
||||
#include "src/room/redRoom.t"
|
||||
|
||||
#include "src/actor/pc.t"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
labCoat: Container
|
||||
'bloody cloth'
|
||||
'bloody cloth'
|
||||
'bloody cloth/pocket*pockets'
|
||||
@dumpster
|
||||
" The lab coat labeled <q>Dr. O'Neill</q>.
|
||||
Aside from the bloodstains,
|
||||
|
|
|
|||
|
|
@ -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