mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
prevent direct access of Player->counters ; some cleanup on counter removal effects ; implement [MH3] Izzet Generatorium (#12314)
This commit is contained in:
parent
8d02ff14ff
commit
20b7a115da
110 changed files with 895 additions and 646 deletions
|
|
@ -57,7 +57,7 @@ public final class CombatUtil {
|
|||
return blockableAttackers;
|
||||
}
|
||||
|
||||
if (sumPoisonDamage(attackersThatWontBeBlocked, defender) >= 10 - defender.getCounters().getCount(CounterType.POISON)) {
|
||||
if (sumPoisonDamage(attackersThatWontBeBlocked, defender) >= 10 - defender.getCountersCount(CounterType.POISON)) {
|
||||
blockableAttackers.addAll(unblockableAttackers);
|
||||
return blockableAttackers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue