- Added two new pseudo card types "Items" (Possessions and Artifacts) and "Characters" (Companions, Allies and Minions).
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>30 Oct. 2011</b>
|
||||||
|
- Added two new pseudo card types "Items" (Possessions and Artifacts) and "Characters" (Companions, Allies and Minions).
|
||||||
|
|
||||||
<b>29 Oct. 2011</b>
|
<b>29 Oct. 2011</b>
|
||||||
- Added Game History tab allowing to watch your old games.
|
- Added Game History tab allowing to watch your old games.
|
||||||
- "Nan Curunir" now correctly allows to prevent damage only to mounted minions and does not crash the game when used.
|
- "Nan Curunir" now correctly allows to prevent damage only to mounted minions and does not crash the game when used.
|
||||||
|
|||||||
@@ -175,6 +175,8 @@ var GempLotrDeckBuildingUI = Class.extend({
|
|||||||
+ "<option value='ARTIFACT'>Artifacts</option>"
|
+ "<option value='ARTIFACT'>Artifacts</option>"
|
||||||
+ "<option value='EVENT'>Events</option>"
|
+ "<option value='EVENT'>Events</option>"
|
||||||
+ "<option value='CONDITION'>Conditions</option>"
|
+ "<option value='CONDITION'>Conditions</option>"
|
||||||
|
+ "<option value='POSSESSION,ARTIFACT'>Items</option>"
|
||||||
|
+ "<option value='COMPANION,ALLY,MINION'>Characters</option>"
|
||||||
+ "</select>");
|
+ "</select>");
|
||||||
this.filterDiv.append(combos);
|
this.filterDiv.append(combos);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user