forked from External/mage
* Blizzard Specter - Fixed that the seond mode (discard) did not work.
This commit is contained in:
parent
816c4bf652
commit
987280c4e7
8 changed files with 322 additions and 201 deletions
|
|
@ -78,7 +78,7 @@ public class LandfallAbility extends TriggeredAbilityImpl {
|
|||
&& permanent.getControllerId().equals(this.controllerId)) {
|
||||
triggeringLand = permanent;
|
||||
if (setTargetPointer.equals(SetTargetPointer.PERMANENT)) {
|
||||
for (Effect effect : getEffects()) {
|
||||
for (Effect effect : getAllEffects()) {
|
||||
effect.setTargetPointer(new FixedTarget(permanent, game));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue