- Followers are added to deck builder list of card types.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>");
|
||||
|
||||
Reference in New Issue
Block a user