Gavony Ironwright should exclude itself

This commit is contained in:
Steven Knipe 2023-11-25 05:28:04 -08:00
parent 7629e4bf7c
commit cbd69c48df

View file

@ -28,7 +28,7 @@ public final class GavonyIronwright extends CardImpl {
this.toughness = new MageInt(4);
// Fateful hour - As long as you have 5 or less life, other creatures you control get +1/+4.
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new ConditionalContinuousEffect(new BoostControlledEffect(1, 4, Duration.WhileOnBattlefield, false),
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new ConditionalContinuousEffect(new BoostControlledEffect(1, 4, Duration.WhileOnBattlefield, true),
FatefulHourCondition.instance, "<br><i>Fateful hour</i> &mdash; As long as you have 5 or less life, other creatures you control get +1/+4")));
}