From 8c72689aff653055c37ee08b9b5e1443fd59f40d Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Fri, 6 Dec 2019 11:21:26 -0500 Subject: [PATCH] Give *towns* a unique icon. Not apartments. --- constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.js b/constants.js index d44ea3e..c21fcf9 100644 --- a/constants.js +++ b/constants.js @@ -52,7 +52,7 @@ const buildings = { "desc": "More snacks, less packaging.", "cost": 1.8e6, "prod": 1e4/1.5, - "icon": "fa-store" + "icon": "fa-building" }, "block": { "name": "Block", @@ -68,7 +68,7 @@ const buildings = { "desc": "'Tourist trap' has never been this literal.", "cost": 2.2e8, "prod": 1e6/1.7, - "icon": "fa-building" + "icon": "fa-store" }, "city": { "name": "City",