Merge pull request #2132 from danieldegroot2/copy-room

Update indoors.json - Add Copy Room
This commit is contained in:
Pieter Vander Vennet 2024-09-09 10:36:52 +02:00 committed by GitHub
commit 07ed81b261
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,12 @@
},
"icon": "./assets/layers/indoors/room_office.svg"
},
{
"if": "room=printer",
"then": {
"en": "This is a copy room"
}
},
{
"if": "room=prison_cell",
"then": {