forked from MapComplete/MapComplete
Merge pull request #2132 from danieldegroot2/copy-room
Update indoors.json - Add Copy Room
This commit is contained in:
commit
07ed81b261
1 changed files with 8 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,12 @@
|
|||
},
|
||||
"icon": "./assets/layers/indoors/room_office.svg"
|
||||
},
|
||||
{
|
||||
"if": "room=printer",
|
||||
"then": {
|
||||
"en": "This is a copy room"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "room=prison_cell",
|
||||
"then": {
|
||||
|
|
Loading…
Reference in a new issue