From cfc5061fc878e16db71f49ec7e98c72146be80ab Mon Sep 17 00:00:00 2001 From: He4eT Date: Wed, 8 Jan 2020 00:02:35 +0500 Subject: [PATCH] Safety posters in changing room --- src/room/pinkRoom.t | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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'