From a0b8dfd82439209f3a765e62e3e6a02b9e705a80 Mon Sep 17 00:00:00 2001 From: PurpleCrowbar <26198472+PurpleCrowbar@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:21:52 +0100 Subject: [PATCH] Add hint to Life of the Party --- Mage.Sets/src/mage/cards/l/LifeOfTheParty.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/l/LifeOfTheParty.java b/Mage.Sets/src/mage/cards/l/LifeOfTheParty.java index d9a691df14f..d12d09dda8d 100644 --- a/Mage.Sets/src/mage/cards/l/LifeOfTheParty.java +++ b/Mage.Sets/src/mage/cards/l/LifeOfTheParty.java @@ -11,6 +11,7 @@ import mage.abilities.effects.OneShotEffect; import mage.abilities.effects.common.CreateTokenCopyTargetEffect; import mage.abilities.effects.common.combat.GoadTargetEffect; import mage.abilities.effects.common.continuous.BoostSourceEffect; +import mage.abilities.hint.ValueHint; import mage.abilities.keyword.FirstStrikeAbility; import mage.abilities.keyword.HasteAbility; import mage.abilities.keyword.TrampleAbility; @@ -54,7 +55,8 @@ public final class LifeOfTheParty extends CardImpl { this.addAbility(new AttacksTriggeredAbility(new BoostSourceEffect( CreaturesYouControlCount.instance, StaticValue.get(0), Duration.EndOfTurn, "it" - ).setText("it gets +X/+0 until end of turn, where X is the number of creatures you control"))); + ).setText("it gets +X/+0 until end of turn, where X is the number of creatures you control") + ).addHint(new ValueHint("Creatures you control", CreaturesYouControlCount.instance))); // When Life of the Party enters the battlefield, if it's not a token, each opponent creates a token that's a copy of it. The tokens are goaded for the rest of the game. this.addAbility(new ConditionalInterveningIfTriggeredAbility(