- Followers are added to deck builder list of card types.

This commit is contained in:
marcins78@gmail.com
2012-02-15 08:36:05 +00:00
parent c571aa84c7
commit 2a8753db33
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>15 Feb. 2012</b>
- Followers are added to deck builder list of card types.
<b>12 Feb. 2012</b>
- "Tower Troll" now exerts itself twice to use the activated ability.
- "Aragorn, Wingfoot" now allows you to choose how many unbound hobbits you wish to spot.

View File

@@ -197,6 +197,7 @@ var CardFilter = Class.extend({
+ "<option value='COMPANION'>Companions</option>"
+ "<option value='CONDITION'>Conditions</option>"
+ "<option value='EVENT'>Events</option>"
+ "<option value='FOLLOWER'>Followers</option>"
+ "<option value='MINION'>Minions</option>"
+ "<option value='POSSESSION'>Possessions</option>"
+ "</select>");