- Added missing "Gollum" culture to deck builder.
This commit is contained in:
@@ -11,7 +11,7 @@ import java.util.Map;
|
||||
public class LotroCardBlueprintLibrary {
|
||||
private String[] _packageNames =
|
||||
new String[]{
|
||||
"", ".dwarven", ".dunland", ".elven", ".gandalf", ".gondor", ".isengard", ".raider", ".rohan", ".moria", ".wraith", ".sauron", ".shire", ".site"
|
||||
"", ".dwarven", ".dunland", ".elven", ".gandalf", ".gollum", ".gondor", ".isengard", ".raider", ".rohan", ".moria", ".wraith", ".sauron", ".shire", ".site"
|
||||
};
|
||||
private Map<String, LotroCardBlueprint> _blueprintMap = new HashMap<String, LotroCardBlueprint>();
|
||||
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
<b>20 Oct. 2011</b>
|
||||
- "The One Ring" should now work correctly if you put it on twice during a turn (move twice).
|
||||
- "Hand Axe" can now be discarded during Archery phase to add 1 to archery.
|
||||
- Added missing "Gollum" culture to deck builder.
|
||||
|
||||
<b>19 Oct. 2011</b>
|
||||
- Finished "Battle of Helm's Deep (05)" expansion.
|
||||
|
||||
Reference in New Issue
Block a user