Empty pink room

This commit is contained in:
He4eT 2019-11-13 03:06:34 +05:00
commit 0305d24d74
2 changed files with 15 additions and 0 deletions

View file

@ -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
View 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
;