mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Empty pink room
This commit is contained in:
parent
7dd2dcb63c
commit
0305d24d74
2 changed files with 15 additions and 0 deletions
|
|
@ -51,4 +51,6 @@ gameMain: GameMainDef
|
|||
|
||||
#include "src/room/cyanRoom.t"
|
||||
|
||||
#include "src/room/pinkRoom.t"
|
||||
|
||||
#include "src/actor/pc.t"
|
||||
|
|
|
|||
13
src/room/pinkRoom.t
Normal file
13
src/room/pinkRoom.t
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pinkRoom: Room
|
||||
'Changing room'
|
||||
"Empty room with keycard reader."
|
||||
|
||||
east = cyanRoom
|
||||
;
|
||||
|
||||
+ Decoration, Fixture, RoomPartItem
|
||||
'keycard reader'
|
||||
'keycard reader'
|
||||
"Small security device without any visible indicators."
|
||||
specialNominalRoomPartLocation = defaultSouthWall
|
||||
;
|
||||
Loading…
Add table
Add a link
Reference in a new issue