Making Second Edition visible (but not playable yet).

This commit is contained in:
marcins78
2013-02-14 16:00:09 +00:00
parent 7c7f835900
commit 9ca48a3d63
2 changed files with 2 additions and 1 deletions

View File

@@ -134,6 +134,7 @@ var CardFilter = Class.extend({
+ "<option value='17'>17 - Rise of Saruman</option>" + "<option value='17'>17 - Rise of Saruman</option>"
+ "<option value='18'>18 - Treachery & Deceit</option>" + "<option value='18'>18 - Treachery & Deceit</option>"
+ "<option value='19'>19 - Ages End</option>" + "<option value='19'>19 - Ages End</option>"
+ "<option value='20'>20 - Second Edition</option>"
+ "</select>"); + "</select>");
this.nameInput = $("<input type='text' value='Card name' style='width: 130px; font-size: 70%;'>"); this.nameInput = $("<input type='text' value='Card name' style='width: 130px; font-size: 70%;'>");
this.sortSelect = $("<select style='width: 80px; font-size: 80%;'>" this.sortSelect = $("<select style='width: 80px; font-size: 80%;'>"

View File

@@ -258,6 +258,6 @@
"winAtEndOfRegroup":true, "winAtEndOfRegroup":true,
"ruleOfFour":false, "ruleOfFour":false,
"winOnControlling5Sites":true, "winOnControlling5Sites":true,
"hall":false "hall":true
} }
] ]