mirror of
https://github.com/correl/mage.git
synced 2024-11-22 03:00:11 +00:00
Apostrophes
This commit is contained in:
parent
ba50812eb4
commit
19c9689f89
1 changed files with 2 additions and 2 deletions
|
@ -117,9 +117,9 @@ public class CanadianHighlander extends Constructed {
|
||||||
|| cn.equals("Mana Crypt")
|
|| cn.equals("Mana Crypt")
|
||||||
|| cn.equals("Mystical Tutor")
|
|| cn.equals("Mystical Tutor")
|
||||||
|| cn.equals("Strip Mine")
|
|| cn.equals("Strip Mine")
|
||||||
|| cn.equals("Summoner’s Pact")
|
|| cn.equals("Summoner's Pact")
|
||||||
|| cn.equals("Survival of the Fittest")
|
|| cn.equals("Survival of the Fittest")
|
||||||
|| cn.equals("Umezawa’s Jitte")) {
|
|| cn.equals("Umezawa's Jitte")) {
|
||||||
totalPoints += 2;
|
totalPoints += 2;
|
||||||
invalid.put(entry.getKey(), " 2 points " + cn);
|
invalid.put(entry.getKey(), " 2 points " + cn);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue