You need to sign in or sign up before continuing.
Commit 171810bb authored by sidschingis's avatar sidschingis

attacked count

if the attack was negated, the attackedCount should not be increased
parent de1200d8
......@@ -3152,8 +3152,8 @@ int32 field::process_battle_command(uint16 step) {
core.attacker->attacked_cards[core.attack_target->fieldid_r] = core.attack_target;
else
core.attacker->attacked_cards[0] = 0;
}
core.attacker->attacked_count++;
}
core.attacker->announce_count++;
attack_all_target_check();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment