fixed Furystoke Giant text

This commit is contained in:
Evan Kranzler 2020-04-23 20:28:34 -04:00
parent 77d99367f5
commit 48119eda58

View file

@ -36,7 +36,7 @@ public final class FurystokeGiant extends CardImpl {
SimpleActivatedAbility FurystokeGiantAbility = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamageTargetEffect(2), new TapSourceCost()); SimpleActivatedAbility FurystokeGiantAbility = new SimpleActivatedAbility(Zone.BATTLEFIELD, new DamageTargetEffect(2), new TapSourceCost());
FurystokeGiantAbility.addTarget(new TargetAnyTarget()); FurystokeGiantAbility.addTarget(new TargetAnyTarget());
Effect effect = new GainAbilityAllEffect(FurystokeGiantAbility, Duration.EndOfTurn, new FilterControlledCreaturePermanent("other creatures"), true); Effect effect = new GainAbilityAllEffect(FurystokeGiantAbility, Duration.EndOfTurn, new FilterControlledCreaturePermanent("other creatures"), true);
effect.setText("other creatures you control gain \"{T}: This creature deals 2 damage to any target.\" until end of turn."); effect.setText("other creatures you control gain \"{T}: This creature deals 2 damage to any target\" until end of turn.");
this.addAbility(new EntersBattlefieldTriggeredAbility(effect)); this.addAbility(new EntersBattlefieldTriggeredAbility(effect));
// Persist // Persist