mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Furystoke Giant text
This commit is contained in:
parent
77d99367f5
commit
48119eda58
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue