mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
Fixed missing variables in copy constructor
This commit is contained in:
parent
d0696a2890
commit
c5dc43630f
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ public abstract class AbilityImpl implements Ability {
|
|||
}
|
||||
this.customOutcome = ability.customOutcome;
|
||||
this.identifier = ability.identifier;
|
||||
this.activated = ability.activated;
|
||||
this.appendToRule = ability.appendToRule;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue