mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 11:49:56 -08:00
fix Darkstell Juggernaut description
This commit is contained in:
parent
931803f7bf
commit
a25f46cfab
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ public class DarksteelJuggernaut extends CardImpl<DarksteelJuggernaut> {
|
|||
this.power = new MageInt(0);
|
||||
this.toughness = new MageInt(0);
|
||||
SetPowerToughnessSourceEffect effect = new SetPowerToughnessSourceEffect(new ControlledArtifactsOnBattlefieldCount(), new ControlledArtifactsOnBattlefieldCount(), Constants.Duration.EndOfGame);
|
||||
effect.setStaticText("Darksteel Juggernaut's power and toughness are each equal to the number of artifacts you control.");
|
||||
effect.setStaticText("Darksteel Juggernaut's power and toughness are each equal to the number of artifacts you control");
|
||||
this.addAbility(new SimpleStaticAbility(Constants.Zone.ALL, effect));
|
||||
this.addAbility(IndestructibleAbility.getInstance());
|
||||
this.addAbility(new AttacksEachTurnStaticAbility());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue