Grimmys / rpg_tactical_fantasy_game

A tactical turn-based game project in pygame, open to support
GNU General Public License v3.0
392 stars 85 forks source link

Solve #17 "trading and cancelling" bug #65

Closed JimZhouZZY closed 11 months ago

JimZhouZZY commented 11 months ago

Solve #17 "Send gold -> Cancel -> Move" bug. Thank to @beibarys98's commitment, the bug when trading was fixed, but the bug when sending gold still exists. (See #17) Now it is fixed by a method similar to @beibarys98's. By the way, corrected and added comments for new variable names.