add rest of icons to shop

This commit is contained in:
Sky Johnson 2025-08-13 06:44:30 -05:00
parent 2b86e9fa79
commit 7a90f296b2

View File

@ -15,7 +15,13 @@
<tr> <tr>
<td> <td>
{if item.Type == 1} {if item.Type == 1}
<img src="images/icon_weapon.gif" alt="Weapon" title="Weapon"> <img src="/assets/images/icon_weapon.gif" alt="Weapon" title="Weapon">
{/if}
{if item.Type == 2}
<img src="/assets/images/icon_armor.gif" alt="Armor" title="Armor">
{/if}
{if item.Type == 3}
<img src="/assets/images/icon_shield.gif" alt="Shield" title="Shield">
{/if} {/if}
</td> </td>
<td> <td>
@ -24,7 +30,9 @@
</tr> </tr>
{/for} {/for}
</table> </table>
</section>
<section>
<p>If you've changed your mind, you may also return back to <a href="/town">town</a>.</p> <p>If you've changed your mind, you may also return back to <a href="/town">town</a>.</p>
</section> </section>
</div> </div>