yet-another-experiment/src/room/pinkRoom.t
2019-11-13 03:06:34 +05:00

13 lines
277 B
Raku

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
;