Maruno17 / pokemon-essentials

A heavily modified RPG Maker XP game project that makes the game play like a Pokémon game. Not a full project in itself; this repo is to be added into an existing RMXP game project.
Other
208 stars 398 forks source link

Price when Selling items is halved a second time #196

Closed Vendily closed 1 year ago

Vendily commented 1 year ago

https://github.com/Maruno17/pokemon-essentials/blob/d890cd8a2478f2466da22645156d5b1f46432b72/Data/Scripts/016_UI/020_UI_PokeMart.rb#L684

Basically, you end up selling items for a quarter of their buy price (as the default sell price is half, and the line above halves the sell price again).

Maruno17 commented 1 year ago

This has already been fixed in the dev branch.