We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b26611 commit f64f1a6Copy full SHA for f64f1a6
Wizardry/Core/ComboAttack/Source/battle-order-combo.c
@@ -57,7 +57,7 @@ STATIC_DECLAR bool BattleComboGenerateHit(void)
57
if (ComboCheckBattleInori(unit)) {
58
gBattleStats.damage = gBattleStats.damage - 1;
59
gBattleHitIterator->hpChange = gBattleStats.damage;
60
- defender->unit.curHP = 1;
+ gBattleTarget.unit.curHP = 1;
61
62
gBattleHitIterator->info |= BATTLE_HIT_INFO_FINISHES;
63
gBattleHitIterator++;
0 commit comments