We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dcc04 commit 0c83c9eCopy full SHA for 0c83c9e
1 file changed
src/game/game.cpp
@@ -7805,13 +7805,6 @@ void Game::buildMessageAsAttacker(
7805
ss << " " << damage.exString;
7806
}
7807
7808
- if (damage.critical) {
7809
- const auto &targetMonster = target->getMonster();
7810
- if (targetMonster && attackerPlayer && targetMonster->checkCanApplyCharm(attackerPlayer, CHARM_LOW)) {
7811
- ss << " (low blow charm)";
7812
- }
7813
7814
-
7815
if (damage.fatal) {
7816
ss << (amplified ? " (Amplified Onslaught)" : " (Onslaught)");
7817
0 commit comments