Remove ward ability hint from Strong, the Brutish Thespian

This commit is contained in:
PurpleCrowbar 2025-10-21 13:19:15 +01:00
parent 78281dbe69
commit b5118f2a5b

View file

@ -30,7 +30,7 @@ public class StrongTheBrutishThespian extends CardImpl {
this.toughness = new MageInt(7); this.toughness = new MageInt(7);
// Ward {2} // Ward {2}
this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"))); this.addAbility(new WardAbility(new ManaCostsImpl<>("{2}"), false));
// Enrage - Whenever Strong is dealt damage, you get three rad counters and put three +1/+1 counters on Strong. // Enrage - Whenever Strong is dealt damage, you get three rad counters and put three +1/+1 counters on Strong.
Ability enrageAbility = new DealtDamageToSourceTriggeredAbility(new AddCountersPlayersEffect(CounterType.RAD.createInstance(3), TargetController.YOU), false, true); Ability enrageAbility = new DealtDamageToSourceTriggeredAbility(new AddCountersPlayersEffect(CounterType.RAD.createInstance(3), TargetController.YOU), false, true);