diff --git a/src/room/pinkRoom.t b/src/room/pinkRoom.t
index a057951..7cbf73e 100644
--- a/src/room/pinkRoom.t
+++ b/src/room/pinkRoom.t
@@ -1,10 +1,26 @@
pinkRoom: Room
'Changing room'
- "Empty room with keycard reader."
+ " An elevator vestibule with a row of lockers,
+ a dumpster and posters with safety rules."
east = cyanRoom
;
++ Decoration
+ 'safety rule*rules/poster*posters'
+ 'posters'
+ "<>
"
+
+ rules: ShuffledEventList {[
+ '1 day without incident.',
+ 'Wear personal protective equipment necessary for the job.',
+ 'Keep your work area clean.',
+ 'Report all injuries.',
+ 'Report any unsafe conditions.',
+ 'Always use equipment/tools/machinery safely and properly.'
+ ]}
+;
+
+ Decoration, RoomPartItem
'keycard reader'
'keycard reader'
@@ -27,9 +43,9 @@ pinkRoom: Room
"
label = 'CAUTION! Do Not Load Over Top of Container
'
+ isListed = nil
;
-
++ Decoration
'construction waste/bricks/fragments/remains'
'construction waste'