forked from External/mage
-setStrictChooseMode and assertAllCommandsUsed in every test
-store filter info in GameState -put instead of putIfAbsent
This commit is contained in:
parent
7c4d86f583
commit
1dc305f329
6 changed files with 42 additions and 32 deletions
|
|
@ -934,7 +934,7 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
}
|
||||
|
||||
public static int getLethalDamage(Permanent damagedPermanent, Game game) {
|
||||
List<FilterCreaturePermanent> usePowerInsteadOfToughnessForDamageLethalityFilters = game.getActivePowerInsteadOfToughnessForDamageLethalityFilters();
|
||||
List<FilterCreaturePermanent> usePowerInsteadOfToughnessForDamageLethalityFilters = game.getState().getActivePowerInsteadOfToughnessForDamageLethalityFilters();
|
||||
/*
|
||||
* for handling Zilortha, Strength Incarnate:
|
||||
* 2020-04-17
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue