mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
parent
eb0ed8d630
commit
f987571a39
3 changed files with 142 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ public class GainAbilityWithAttachmentEffect extends ContinuousEffectImpl {
|
|||
this.effects.addAll(effect.effects);
|
||||
this.targets.addAll(effect.targets);
|
||||
this.costs.addAll(effect.costs);
|
||||
this.useAttachedCost = effect.useAttachedCost.copy();
|
||||
this.useAttachedCost = effect.useAttachedCost == null ? null : effect.useAttachedCost.copy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue