forked from External/mage
[TLA] Implement Trusty Boomerang
This commit is contained in:
parent
85b5f91936
commit
a656f0292a
3 changed files with 93 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public class GainAbilityWithAttachmentEffect extends ContinuousEffectImpl {
|
|||
}
|
||||
ability.addCost(cost.copy());
|
||||
}
|
||||
if (source != null && game != null) {
|
||||
if (source != null && game != null && useAttachedCost != null) {
|
||||
ability.addCost(useAttachedCost.copy().setMageObjectReference(source, game));
|
||||
}
|
||||
if (consumer != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue