mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 05:09:16 -08:00
* Countersqall - Fixed that spell controller did not lose the 2 life (fixes #410).
This commit is contained in:
parent
b829ad499e
commit
c6f771f2b7
2 changed files with 6 additions and 2 deletions
|
|
@ -28,11 +28,11 @@
|
|||
package mage.sets.conflux;
|
||||
|
||||
import java.util.UUID;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.abilities.effects.common.CounterTargetEffect;
|
||||
import mage.abilities.effects.common.LoseLifeTargetControllerEffect;
|
||||
import mage.cards.CardImpl;
|
||||
import mage.constants.CardType;
|
||||
import mage.constants.Rarity;
|
||||
import mage.filter.FilterSpell;
|
||||
import mage.filter.predicate.Predicates;
|
||||
import mage.filter.predicate.mageobject.CardTypePredicate;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue