Skip to content

reduce log spam of dismissal, now it only calculate crit once per turn.

yutio888 requested to merge yutio888/t-engine4:reduce_spam_log_dismissal into master

Dismissal will create many mind crit logs, if you get hit a lot in one turn. This commit reduces the logs by calculating crit only once per turn instead of every time you get hit.

Note: This commit may make dismissal less reliable against multiple hits in one turn, since if you fail to crit once, you'll have less defense in the following turn.

Merge request reports