mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
* Yomiji, Who Bars the Way - Fixed that the return effect did not work.
This commit is contained in:
parent
0eecbad208
commit
788187fd10
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ public class PutIntoGraveFromBattlefieldAllTriggeredAbility extends TriggeredAbi
|
|||
if (filter.match(zEvent.getTarget(), this.getSourceId(), this.getControllerId(), game)) {
|
||||
if (setTargetPointer) {
|
||||
for (Effect effect :this.getEffects()) {
|
||||
effect.setTargetPointer(new FixedTarget(event.getSourceId()));
|
||||
effect.setTargetPointer(new FixedTarget(event.getTargetId()));
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue