mirror of
https://github.com/correl/mage.git
synced 2025-03-07 20:53:18 -10:00
more typo fixes
This commit is contained in:
parent
f5b4cfdecd
commit
a9c8df8204
2 changed files with 10 additions and 10 deletions
|
@ -54,7 +54,7 @@ import mage.game.permanent.Permanent;
|
|||
public class GoldnightCastigator extends CardImpl {
|
||||
|
||||
public GoldnightCastigator(UUID ownerId) {
|
||||
super(ownerId, 162, "Goldknight Castigator", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
|
||||
super(ownerId, 162, "Goldnight Castigator", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
|
||||
this.expansionSetCode = "SOI";
|
||||
this.subtype.add("Angel");
|
||||
this.power = new MageInt(4);
|
||||
|
@ -67,8 +67,8 @@ public class GoldnightCastigator extends CardImpl {
|
|||
this.addAbility(HasteAbility.getInstance());
|
||||
|
||||
// If a source would deal damage to you, it deals double that damage to you instead.
|
||||
// If a source would deal damage to Goldknight Castigator, it deals double that damage to Goldknight Castigator instead.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GoldknightCastigatorDoubleDamageEffect()));
|
||||
// If a source would deal damage to Goldnight Castigator, it deals double that damage to Goldkight Castigator instead.
|
||||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GoldnightCastigatorDoubleDamageEffect()));
|
||||
}
|
||||
|
||||
public GoldnightCastigator(final GoldnightCastigator card) {
|
||||
|
@ -81,21 +81,21 @@ public class GoldnightCastigator extends CardImpl {
|
|||
}
|
||||
}
|
||||
|
||||
class GoldknightCastigatorDoubleDamageEffect extends ReplacementEffectImpl {
|
||||
class GoldnightCastigatorDoubleDamageEffect extends ReplacementEffectImpl {
|
||||
|
||||
public GoldknightCastigatorDoubleDamageEffect() {
|
||||
public GoldnightCastigatorDoubleDamageEffect() {
|
||||
super(Duration.WhileOnBattlefield, Outcome.Damage);
|
||||
staticText = "If a source would deal damage to you, it deals double that damage to you instead."
|
||||
+ "<BR>If a source would deal damage to Goldknight Castigator, it deals double that damage to {this} instead.";
|
||||
+ "<BR>If a source would deal damage to Goldnight Castigator, it deals double that damage to {this} instead.";
|
||||
}
|
||||
|
||||
public GoldknightCastigatorDoubleDamageEffect(final GoldknightCastigatorDoubleDamageEffect effect) {
|
||||
public GoldnightCastigatorDoubleDamageEffect(final GoldnightCastigatorDoubleDamageEffect effect) {
|
||||
super(effect);
|
||||
}
|
||||
|
||||
@Override
|
||||
public GoldknightCastigatorDoubleDamageEffect copy() {
|
||||
return new GoldknightCastigatorDoubleDamageEffect(this);
|
||||
public GoldnightCastigatorDoubleDamageEffect copy() {
|
||||
return new GoldnightCastigatorDoubleDamageEffect(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -57116,7 +57116,7 @@ Geier Reach Bandit|Shadows over Innistrad|159a|R|{2}{R}|Creature - Human Rogue W
|
|||
Vildin-Pack Alpha|Shadows over Innistrad|159b|R||Creature - Werewolf|4|3|Whenever a Werewolf enters the battlefield under your control, you may transform it.$At the beginning of each upkeep, if a player cast two or more spells last turn, transform Vildin-Pack Alpha.|
|
||||
Geistblast|Shadows over Innistrad|160|U|{2}{R}|Instant|||Geistblast deals 2 damage to target creature or player.${2}{U}, Exile Geist from your graveyard: Copy target instant or sorcery you control. You may choose new targets for the copy.|
|
||||
Gibbering Fiend|Shadows over Innistrad|161|U|{1}{R}|Creature - Devil|2|1|When Gibbering Fiend enters the battlefield, it deals 1 damage to each opponent.$<i>Delirium</i> — At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, Gibbering Fiend deals 1 damage to that player.|
|
||||
Goldnight Castigator|Shadows over Innistrad|162|M|{2}{R}{R}|Creature - Angel|4|9|Flying, haste$If a source would deal damage to you, it deals double that damage to you instead.$If a source would deal damage to Goldknight Castigator, it deals double that damage to Goldknight Castigator instead.|
|
||||
Goldnight Castigator|Shadows over Innistrad|162|M|{2}{R}{R}|Creature - Angel|4|9|Flying, haste$If a source would deal damage to you, it deals double that damage to you instead.$If a source would deal damage to Goldnight Castigator, it deals double that damage to Goldnight Castigator instead.|
|
||||
Harness the Storm|Shadows over Innistrad|163|R|{2}{R}|Enchantment|||Whenever you cast an instant or sorcery spell from your hand, you may cast target card with the same name as that spell from your graveyard.|
|
||||
Howlpack Wolf|Shadows over Innistrad|164|C|{2}{R}|Creature - Wolf|3|3|Howlpack Wolf can't block unless you control another Wolf or Werewolf.|
|
||||
Hulking Devil|Shadows over Innistrad|165|C|{3}{R}|Creature - Devil|5|2||
|
||||
|
|
Loading…
Add table
Reference in a new issue