forked from External/mage
Changed some left misspelled Ravnica literals/texts.
This commit is contained in:
parent
66efe176a5
commit
17e5018d79
5 changed files with 6 additions and 6 deletions
|
|
@ -48,7 +48,7 @@ public class Dissension extends ExpansionSet {
|
|||
|
||||
private Dissension() {
|
||||
super("Dissension", "DIS", "mage.sets.dissension", new GregorianCalendar(2006, 4, 5).getTime(), SetType.EXPANSION);
|
||||
this.blockName = "Ravnika";
|
||||
this.blockName = "Ravnica";
|
||||
this.parentSet = RavnicaCityOfGuilds.getInstance();
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ public class Guildpact extends ExpansionSet {
|
|||
|
||||
private Guildpact() {
|
||||
super("Guildpact", "GPT", "mage.sets.guildpact", new GregorianCalendar(2006, 1, 3).getTime(), SetType.EXPANSION);
|
||||
this.blockName = "Ravnika";
|
||||
this.blockName = "Ravnica";
|
||||
this.parentSet = RavnicaCityOfGuilds.getInstance();
|
||||
this.hasBasicLands = false;
|
||||
this.hasBoosters = true;
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@ public class RavnicaCityOfGuilds extends ExpansionSet {
|
|||
}
|
||||
|
||||
private RavnicaCityOfGuilds() {
|
||||
super("Ravnica: City of Guilds", "RAV", "mage.sets.ravnika", new GregorianCalendar(2005, 9, 24).getTime(), SetType.EXPANSION);
|
||||
this.blockName = "Ravnika";
|
||||
super("Ravnica: City of Guilds", "RAV", "mage.sets.ravnica", new GregorianCalendar(2005, 9, 24).getTime(), SetType.EXPANSION);
|
||||
this.blockName = "Ravnica";
|
||||
this.hasBoosters = true;
|
||||
this.numBoosterLands = 1;
|
||||
this.numBoosterCommon = 10;
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ public class CascadeAbility extends TriggeredAbilityImpl {
|
|||
this.withReminder = withReminder;
|
||||
}
|
||||
|
||||
public CascadeAbility(CascadeAbility ability) {
|
||||
public CascadeAbility(final CascadeAbility ability) {
|
||||
super(ability);
|
||||
this.withReminder = ability.withReminder;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ Portal Second Age|portalsecondage|
|
|||
Portal Three Kingdoms|portalthreekingdoms|
|
||||
Portal|portal|
|
||||
Prophecy|prophecy|
|
||||
Ravnica: City of Guilds|ravnika|
|
||||
Ravnica: City of Guilds|ravnica|
|
||||
Return to Ravnica|returntoravnica|
|
||||
Revised Edition|revisededition|
|
||||
Rise of the Eldrazi|riseoftheeldrazi|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue