diff --git a/experiment.t b/experiment.t index 046043f..8863b25 100644 --- a/experiment.t +++ b/experiment.t @@ -51,4 +51,6 @@ gameMain: GameMainDef #include "src/room/cyanRoom.t" +#include "src/room/pinkRoom.t" + #include "src/actor/pc.t" diff --git a/src/room/pinkRoom.t b/src/room/pinkRoom.t new file mode 100644 index 0000000..90c5a80 --- /dev/null +++ b/src/room/pinkRoom.t @@ -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 +;