[TLA] Implement Trusty Boomerang

This commit is contained in:
theelk801 2025-11-19 12:46:35 -05:00
parent 85b5f91936
commit a656f0292a
3 changed files with 93 additions and 1 deletions

View file

@ -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) {