From 7a90f296b213020775d0af7a8cb50cc78bdf6b3d Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Wed, 13 Aug 2025 06:44:30 -0500 Subject: [PATCH] add rest of icons to shop --- templates/town/shop.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/town/shop.html b/templates/town/shop.html index f24d5aa..2116019 100644 --- a/templates/town/shop.html +++ b/templates/town/shop.html @@ -15,7 +15,13 @@ {if item.Type == 1} - Weapon + Weapon + {/if} + {if item.Type == 2} + Armor + {/if} + {if item.Type == 3} + Shield {/if} @@ -24,7 +30,9 @@ {/for} + +

If you've changed your mind, you may also return back to town.