Update indoors.json - Add Copy Room
Adds room=printer
This commit is contained in:
parent
5c641f071a
commit
7f131bffd6
1 changed files with 9 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
|||
"room=locker",
|
||||
"room=nursery",
|
||||
"room=office",
|
||||
"room=printer",
|
||||
"room=prison_cell",
|
||||
"room=restaurant",
|
||||
"room=security_check",
|
||||
|
@ -185,6 +186,7 @@
|
|||
"room=locker",
|
||||
"room=nursery",
|
||||
"room=office",
|
||||
"room=printer",
|
||||
"room=prison_cell",
|
||||
"room=restaurant",
|
||||
"room=security_check",
|
||||
|
@ -474,6 +476,13 @@
|
|||
},
|
||||
"icon": "./assets/layers/indoors/room_office.svg"
|
||||
},
|
||||
{
|
||||
"if": "room=printer",
|
||||
"then": {
|
||||
"en": "This is a copy room"
|
||||
},
|
||||
"icon": "./assets/layers/indoors/room_printer.svg"
|
||||
},
|
||||
{
|
||||
"if": "room=prison_cell",
|
||||
"then": {
|
||||
|
|
Loading…
Reference in a new issue