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.