Commit 21a0a252 authored by salix5's avatar salix5

Merge pull request #1145 from sidschingis/patch-1

attacked count
parents 96f1e410 171810bb
......@@ -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->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