feat: repairing damaged equipment
authorxangelo <me@xangelo.ca>
Tue, 29 Aug 2023 19:34:47 +0000 (15:34 -0400)
committerxangelo <me@xangelo.ca>
Tue, 29 Aug 2023 19:34:47 +0000 (15:34 -0400)
commit161b5bff66119d174887ea17024bc9c3600e7336
tree6227e8f7e8cc2d166993bdf4d9bb8e3c6442fb48
parent61e6d079f3bd150b0926490ea5ed233ec4240246
feat: repairing damaged equipment

If your equipment is damaged in battle, you can visit the Iron Smith to
repair it for a fraction of what you would pay to buy new equipment!
src/server/api.ts
src/server/inventory.ts
src/server/locations/repair.ts [new file with mode: 0644]
src/server/views/components/city.ts [new file with mode: 0644]
src/server/views/inventory.ts
src/server/views/repair.ts [new file with mode: 0644]
src/server/views/stores.ts
src/shared/inventory.ts