Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed an extra status calculation for players (#4525)
* Follow up to 2732176. * Fixes #4150. * Removed an extra status calculation for players resulting in some status data being nullified. * Adjusted status calculation for autobonus and unequipping items. * Cleaned up delayed damage logic. Thanks to @cydh, @Hatfun, and @NeutralDev!
- Loading branch information
Showing
with
51 additions
and 56 deletions.
- +16 −24 src/map/battle.cpp
- +5 −5 src/map/pc.cpp
- +1 −1 src/map/pc.hpp
- +29 −26 src/map/status.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters