mirror of
https://github.com/correl/mage.git
synced 2025-04-10 01:01:05 -09:00
Typo fix in Goldnight Castigator and mtg-cards-data
This commit is contained in:
parent
238f2dd208
commit
e835298384
2 changed files with 6 additions and 6 deletions
|
@ -51,9 +51,9 @@ import mage.game.permanent.Permanent;
|
|||
*
|
||||
* @author fireshoes
|
||||
*/
|
||||
public class GoldknightCastigator extends CardImpl {
|
||||
public class GoldnightCastigator extends CardImpl {
|
||||
|
||||
public GoldknightCastigator(UUID ownerId) {
|
||||
public GoldnightCastigator(UUID ownerId) {
|
||||
super(ownerId, 162, "Goldknight Castigator", Rarity.MYTHIC, new CardType[]{CardType.CREATURE}, "{2}{R}{R}");
|
||||
this.expansionSetCode = "SOI";
|
||||
this.subtype.add("Angel");
|
||||
|
@ -71,13 +71,13 @@ public class GoldknightCastigator extends CardImpl {
|
|||
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new GoldknightCastigatorDoubleDamageEffect()));
|
||||
}
|
||||
|
||||
public GoldknightCastigator(final GoldknightCastigator card) {
|
||||
public GoldnightCastigator(final GoldnightCastigator card) {
|
||||
super(card);
|
||||
}
|
||||
|
||||
@Override
|
||||
public GoldknightCastigator copy() {
|
||||
return new GoldknightCastigator(this);
|
||||
public GoldnightCastigator copy() {
|
||||
return new GoldnightCastigator(this);
|
||||
}
|
||||
}
|
||||
|
|
@ -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.|
|
||||
Goldknight 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 Goldknight Castigator, it deals double that damage to Goldknight 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