From 7f131bffd6ac8df3adbb9a73e1831c7ef9aee8ba Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:08:43 +0200 Subject: [PATCH 1/2] Update indoors.json - Add Copy Room Adds room=printer --- assets/layers/indoors/indoors.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/assets/layers/indoors/indoors.json b/assets/layers/indoors/indoors.json index abef3fbb703..3fc3b457c89 100644 --- a/assets/layers/indoors/indoors.json +++ b/assets/layers/indoors/indoors.json @@ -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": { From 2fc5b5cdd6862651d174e65075c9abea911cf831 Mon Sep 17 00:00:00 2001 From: danieldegroot2 <67521919+danieldegroot2@users.noreply.github.com> Date: Sun, 8 Sep 2024 21:11:21 +0200 Subject: [PATCH 2/2] Update indoors.json - Remove mention of printer icon --- assets/layers/indoors/indoors.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/layers/indoors/indoors.json b/assets/layers/indoors/indoors.json index 3fc3b457c89..9d4c7abfc0c 100644 --- a/assets/layers/indoors/indoors.json +++ b/assets/layers/indoors/indoors.json @@ -480,8 +480,7 @@ "if": "room=printer", "then": { "en": "This is a copy room" - }, - "icon": "./assets/layers/indoors/room_printer.svg" + } }, { "if": "room=prison_cell",