mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
updated Canadian Highlander point list (closes #5845)
This commit is contained in:
parent
ff3f02d780
commit
539e1061a7
1 changed files with 3 additions and 4 deletions
|
@ -13,7 +13,7 @@ import java.util.Map;
|
|||
*/
|
||||
public class CanadianHighlander extends Constructed {
|
||||
|
||||
public static final Map<String, Integer> pointMap = new HashMap<>();
|
||||
private static final Map<String, Integer> pointMap = new HashMap<>();
|
||||
|
||||
static {
|
||||
pointMap.put("Ancestral Recall", 7);
|
||||
|
@ -23,8 +23,7 @@ public class CanadianHighlander extends Constructed {
|
|||
pointMap.put("Demonic Tutor", 3);
|
||||
pointMap.put("Dig Through Time", 1);
|
||||
pointMap.put("Enlightened Tutor", 1);
|
||||
pointMap.put("Fastbond", 1);
|
||||
pointMap.put("Flash", 7);
|
||||
pointMap.put("Flash", 6);
|
||||
pointMap.put("Gifts Ungiven", 2);
|
||||
pointMap.put("Imperial Seal", 1);
|
||||
pointMap.put("Intuition", 1);
|
||||
|
@ -56,7 +55,7 @@ public class CanadianHighlander extends Constructed {
|
|||
pointMap.put("Treasure Cruise", 1);
|
||||
pointMap.put("True-Name Nemesis", 1);
|
||||
pointMap.put("Umezawa's Jitte", 2);
|
||||
pointMap.put("Vampiric Tutor", 3);
|
||||
pointMap.put("Vampiric Tutor", 2);
|
||||
}
|
||||
|
||||
public CanadianHighlander() {
|
||||
|
|
Loading…
Reference in a new issue