Implemented Psychic Battle

This commit is contained in:
L_J 2018-04-19 18:43:09 +00:00 committed by GitHub
parent 9aceab774d
commit 9f5249cc73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,10 @@ public interface StackObject extends MageObject, Controllable {
boolean chooseNewTargets(Game game, UUID playerId, boolean forceChange, boolean onlyOneTarget, FilterPermanent filterNewTarget);
StackObject createCopyOnStack(Game game, Ability source, UUID newControllerId, boolean chooseNewTargets);
boolean isTargetChanged();
void setTargetChanged(boolean targetChanged);
@Override
StackObject copy();