From 2bd4181c52649484e10fa5b39f4996a27eaa8d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=E2=84=93e=20Hensel?= Date: Wed, 10 Sep 2025 02:25:13 +1000 Subject: [PATCH] Add icon for `tower:construction=dish` (#1716) --- data/fields/tower/construction.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/fields/tower/construction.json b/data/fields/tower/construction.json index 3c36b99b..e4bd6665 100644 --- a/data/fields/tower/construction.json +++ b/data/fields/tower/construction.json @@ -7,6 +7,7 @@ "freestanding": "roentgen-tube", "guyed_lattice": "roentgen-lattice_guyed", "guyed_tube": "roentgen-tube_guyed", - "lattice": "roentgen-lattice" + "lattice": "roentgen-lattice", + "dish": "fas-satellite-dish" } }