- Added Besieger and Corsair keywords to deckbuilder.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user