- Added Besieger and Corsair keywords to deckbuilder.

This commit is contained in:
marcins78@gmail.com
2011-11-25 10:58:57 +00:00
parent b715f5cfd5
commit 647f7634a2
2 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>25 Nov. 2011</b>
- "There and Back Again" can be played only on Hobbit companions now.
- Added Besieger and Corsair keywords to deckbuilder.
<b>24 Nov. 2011</b>
- "Arrow From the South" - trying to fix it. Maybe this time it will be right.

View File

@@ -193,6 +193,8 @@ var GempLotrDeckBuildingUI = Class.extend({
combos.append(" <select id='keyword'>"
+ "<option value=''>No keyword filtering</option>"
+ "<option value='ARCHER'>Archer</option>"
+ "<option value='BESIEGER'>Besieger</option>"
+ "<option value='CORSAIR'>Corsair</option>"
+ "<option value='EASTERLING'>Easterling</option>"
+ "<option value='ENDURING'>Enduring</option>"
+ "<option value='ENGINE'>Engine</option>"
@@ -385,11 +387,11 @@ var GempLotrDeckBuildingUI = Class.extend({
this.infoDialog = $("<div></div>")
.dialog({
autoOpen: false,
closeOnEscape: true,
resizable: false,
title: "Card information"
});
autoOpen: false,
closeOnEscape: true,
resizable: false,
title: "Card information"
});
var swipeOptions = {
threshold: 20,