mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
fix FightTargetsEffect copy constructor
This commit is contained in:
parent
2941487219
commit
8376e7a1a3
1 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@ public class FightTargetsEffect extends OneShotEffect {
|
|||
|
||||
public FightTargetsEffect(final FightTargetsEffect effect) {
|
||||
super(effect);
|
||||
this.showEffectHint = effect.showEffectHint;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -95,4 +96,4 @@ public class FightTargetsEffect extends OneShotEffect {
|
|||
|
||||
return sb.toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue