kdechant / eamon

A web port of the classic text adventure game, the Wonderful World of Eamon
https://eamon-remastered.com
MIT License
23 stars 5 forks source link

Issue with armors at the store #111

Closed KevinRatelle closed 2 years ago

KevinRatelle commented 2 years ago

image

Just started a new adventurer. Went to the store, and the armors seem bugged. I was able to buy a leather armor nonetheless, but was unable to equip it. I tried to sell it and I would get the gold but would keep the item, causing a secondary bug where I could easily get infinite money.

kdechant commented 2 years ago

This is fixed.

It was incorrectly classifying armors (but not shields) as weapons when you bought them in the store, making it impossible to wear them. The infinite money bug was caused when I reworked some of the UI recently.