mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 21:02:08 -08:00
Gavony Ironwright should exclude itself
This commit is contained in:
parent
7629e4bf7c
commit
cbd69c48df
1 changed files with 1 additions and 1 deletions
|
|
@ -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> — As long as you have 5 or less life, other creatures you control get +1/+4")));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue