mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[refactoring][minor] formatting
This commit is contained in:
parent
979571a2f2
commit
e4438072c2
2 changed files with 28 additions and 25 deletions
|
|
@ -86,7 +86,7 @@ public class CombatGroupSimulator implements Serializable {
|
|||
}
|
||||
|
||||
private void assignDamage(boolean first) {
|
||||
if (blockers.size() == 0) {
|
||||
if (blockers.isEmpty()) {
|
||||
if (canDamage(attacker, first))
|
||||
unblockedDamage += attacker.power;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue