mirror of
https://github.com/He4eT/yet-another-experiment.git
synced 2026-05-05 00:57:22 +00:00
Safety posters in changing room
This commit is contained in:
parent
5ba2db88b7
commit
cfc5061fc8
1 changed files with 18 additions and 2 deletions
|
|
@ -1,10 +1,26 @@
|
||||||
pinkRoom: Room
|
pinkRoom: Room
|
||||||
'Changing 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
|
east = cyanRoom
|
||||||
;
|
;
|
||||||
|
|
||||||
|
+ Decoration
|
||||||
|
'safety rule*rules/poster*posters'
|
||||||
|
'posters'
|
||||||
|
"<q><<rules.doScript()>></q>"
|
||||||
|
|
||||||
|
rules: ShuffledEventList {[
|
||||||
|
'1 day without <b>incident</b>.',
|
||||||
|
'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
|
+ Decoration, RoomPartItem
|
||||||
'keycard reader'
|
'keycard reader'
|
||||||
'keycard reader'
|
'keycard reader'
|
||||||
|
|
@ -27,9 +43,9 @@ pinkRoom: Room
|
||||||
<br>"
|
<br>"
|
||||||
|
|
||||||
label = '<q>CAUTION! Do Not Load Over Top of Container</q>'
|
label = '<q>CAUTION! Do Not Load Over Top of Container</q>'
|
||||||
|
isListed = nil
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
++ Decoration
|
++ Decoration
|
||||||
'construction waste/bricks/fragments/remains'
|
'construction waste/bricks/fragments/remains'
|
||||||
'construction waste'
|
'construction waste'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue