mirror of
https://github.com/correl/mage.git
synced 2025-04-05 17:00:10 -09:00
Fixed umlauts in card names
This commit is contained in:
parent
05e526aa08
commit
e7546b9e33
4 changed files with 4 additions and 4 deletions
Mage.Sets/src/mage
|
@ -141,7 +141,7 @@ public class CityInABottle extends CardImpl {
|
|||
namePredicatesArabianNights.add(new NamePredicate("Piety"));
|
||||
namePredicatesArabianNights.add(new NamePredicate("Pyramids"));
|
||||
namePredicatesArabianNights.add(new NamePredicate("Repentant Blacksmith"));
|
||||
namePredicatesArabianNights.add(new NamePredicate("Ring of Ma'rûf"));
|
||||
namePredicatesArabianNights.add(new NamePredicate("Ring of Ma'ruf"));
|
||||
namePredicatesArabianNights.add(new NamePredicate("Rukh Egg"));
|
||||
namePredicatesArabianNights.add(new NamePredicate("Sandals of Abdallah"));
|
||||
namePredicatesArabianNights.add(new NamePredicate("Sandstorm"));
|
||||
|
|
|
@ -51,7 +51,7 @@ public class LimDulsHex extends CardImpl {
|
|||
public LimDulsHex(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.ENCHANTMENT}, "{1}{B}");
|
||||
|
||||
// At the beginning of your upkeep, for each player, Lim-Dûl's Hex deals 1 damage to that player unless he or she pays {B} or {3}.
|
||||
// At the beginning of your upkeep, for each player, Lim-Dul's Hex deals 1 damage to that player unless he or she pays {B} or {3}.
|
||||
this.addAbility(new BeginningOfUpkeepTriggeredAbility(new LimDulsHexEffect(), TargetController.YOU, false));
|
||||
}
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@ public class ArabianNights extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Piety", 65, Rarity.COMMON, Piety.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Pyramids", 81, Rarity.RARE, mage.cards.p.Pyramids.class));
|
||||
cards.add(new SetCardInfo("Repentant Blacksmith", 66, Rarity.RARE, mage.cards.r.RepentantBlacksmith.class));
|
||||
cards.add(new SetCardInfo("Ring of Ma'rûf", 82, Rarity.RARE, mage.cards.r.RingOfMaruf.class));
|
||||
cards.add(new SetCardInfo("Ring of Ma'ruf", 82, Rarity.RARE, mage.cards.r.RingOfMaruf.class));
|
||||
cards.add(new SetCardInfo("Rukh Egg", 52, Rarity.COMMON, RukhEgg.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Rukh Egg", 53, Rarity.COMMON, RukhEgg.class, NON_FULL_USE_VARIOUS));
|
||||
cards.add(new SetCardInfo("Sandals of Abdallah", 83, Rarity.UNCOMMON, mage.cards.s.SandalsOfAbdallah.class));
|
||||
|
|
|
@ -221,7 +221,7 @@ public class IceAge extends ExpansionSet {
|
|||
cards.add(new SetCardInfo("Legions of Lim-Dul", 30, Rarity.COMMON, mage.cards.l.LegionsOfLimDul.class));
|
||||
cards.add(new SetCardInfo("Leshrac's Rite", 31, Rarity.UNCOMMON, mage.cards.l.LeshracsRite.class));
|
||||
cards.add(new SetCardInfo("Leshrac's Sigil", 32, Rarity.UNCOMMON, mage.cards.l.LeshracsSigil.class));
|
||||
cards.add(new SetCardInfo("Lim-Dûl's Hex", 34, Rarity.UNCOMMON, mage.cards.l.LimDulsHex.class));
|
||||
cards.add(new SetCardInfo("Lim-Dul's Hex", 34, Rarity.UNCOMMON, mage.cards.l.LimDulsHex.class));
|
||||
cards.add(new SetCardInfo("Lhurgoyf", 140, Rarity.RARE, mage.cards.l.Lhurgoyf.class));
|
||||
cards.add(new SetCardInfo("Lightning Blow", 266, Rarity.RARE, mage.cards.l.LightningBlow.class));
|
||||
cards.add(new SetCardInfo("Lure", 141, Rarity.UNCOMMON, mage.cards.l.Lure.class));
|
||||
|
|
Loading…
Add table
Reference in a new issue