TheMaverickProgrammer / OpenNetBattle

An open source card-based battle engine written in modern C++
GNU General Public License v3.0
197 stars 42 forks source link

Swapping chip in folder not always accurate #237

Closed TheMaverickProgrammer closed 1 year ago

TheMaverickProgrammer commented 2 years ago

NOTE: This may be fixed already. Verify.

gun man says: """ when swapping a chip in the folder for another chip in the box the chip amount in the box for the older chip is not updated

example: suppose I have 5 vulcan1 and 5 vulcan1 R in total, 3 of the s are in the folder and thus we have 2s in the box and 5 Rs now, if I swap one of the vulcan1 from the folder for a vulcan1 R in the box, we would have 3 s in the box and 4 Rs but what we get in the game is 2s in the box and 4 Rs """