- Added two new pseudo card types "Items" (Possessions and Artifacts) and "Characters" (Companions, Allies and Minions).

This commit is contained in:
marcins78@gmail.com
2011-10-30 13:37:57 +00:00
parent 1cb29621b3
commit 98dbde6c97
2 changed files with 5 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<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>
- 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.

View File

@@ -175,6 +175,8 @@ var GempLotrDeckBuildingUI = Class.extend({
+ "<option value='ARTIFACT'>Artifacts</option>"
+ "<option value='EVENT'>Events</option>"
+ "<option value='CONDITION'>Conditions</option>"
+ "<option value='POSSESSION,ARTIFACT'>Items</option>"
+ "<option value='COMPANION,ALLY,MINION'>Characters</option>"
+ "</select>");
this.filterDiv.append(combos);