* Some updated to Psychic Battle handling.

This commit is contained in:
LevelX2 2018-04-30 08:06:23 +02:00
parent ec96f8a18e
commit dc91d6ff81
4 changed files with 17 additions and 26 deletions

View file

@ -89,6 +89,7 @@ public class StackAbility extends StackObjImpl implements Ability {
this.name = stackAbility.name;
this.expansionSetCode = stackAbility.expansionSetCode;
this.targetAdjustment = stackAbility.targetAdjustment;
this.targetChanged = stackAbility.targetChanged;
}
@Override