some more changes to CDA effects, tested and working correctly

This commit is contained in:
Evan Kranzler 2017-10-02 16:32:36 -04:00
parent 6b2c20b29e
commit 549103a2f0
7 changed files with 19 additions and 12 deletions

View file

@ -50,7 +50,7 @@ public interface StackObject extends MageObject, Controllable {
// int getConvertedManaCost();
boolean chooseNewTargets(Game game, UUID playerId, boolean forceChange, boolean onlyOneTarget, FilterPermanent filterNewTarget);
StackObject createCopyOnStack(Game game, Ability source, UUID newControllerId, boolean chooseNewTargets);
@Override