adrienabbey / REALLY-kinda-BAD-IDLE-GAME-Just-Kidding-The-Prequel-II

Team Project for Introduction to Software Engineering
1 stars 2 forks source link

Add Potions back to the shop, add Potion Belt Upgrades #130

Closed adrienabbey closed 3 months ago

adrienabbey commented 3 months ago

I removed Potions from the Inventory hashmap, which means it's missing from the shop list.

Potions are now listed in the PlayerCharacter class.

Add potions to the shop list manually (NOT back to the Inventory) so they show up again. Call the appropriate PlayerCharacter method to add these.

Same for Potion Upgrades (methods in Player Character). Pick a scaling gold cost for it.