removed deprecated method for adding delayed triggered abilities

This commit is contained in:
Evan Kranzler 2021-04-17 12:13:37 -04:00
parent 1685b9a4ee
commit cbc949c08e
4 changed files with 9 additions and 20 deletions

View file

@ -203,7 +203,7 @@ class LukkaWaywardBonderReturnEffect extends OneShotEffect {
.setText("Exile it at the beginning of your next upkeep.")
.setTargetPointer(new FixedTarget(permanent, game)),
Duration.Custom, true
));
), source);
return true;
}
}