* Yomiji, Who Bars the Way - Fixed that the return effect did not work.

This commit is contained in:
LevelX2 2015-04-02 23:45:28 +02:00
parent 0eecbad208
commit 788187fd10

View file

@ -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;