Update indoors.json - Add Copy Room

Adds room=printer
This commit is contained in:
danieldegroot2 2024-09-07 13:08:43 +02:00 committed by GitHub
parent 5c641f071a
commit 7f131bffd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,6 +145,7 @@
"room=locker", "room=locker",
"room=nursery", "room=nursery",
"room=office", "room=office",
"room=printer",
"room=prison_cell", "room=prison_cell",
"room=restaurant", "room=restaurant",
"room=security_check", "room=security_check",
@ -185,6 +186,7 @@
"room=locker", "room=locker",
"room=nursery", "room=nursery",
"room=office", "room=office",
"room=printer",
"room=prison_cell", "room=prison_cell",
"room=restaurant", "room=restaurant",
"room=security_check", "room=security_check",
@ -474,6 +476,13 @@
}, },
"icon": "./assets/layers/indoors/room_office.svg" "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", "if": "room=prison_cell",
"then": { "then": {