- "Crown of Gondor" is now a Gondor card, not a Gollum card.

This commit is contained in:
marcins78@gmail.com
2012-03-09 16:10:09 +00:00
parent 4d5d7a8024
commit dc4c1fc9ac
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ import java.util.List;
*/
public class Card18_041 extends AbstractPermanent {
public Card18_041() {
super(Side.FREE_PEOPLE, 4, CardType.ARTIFACT, Culture.GOLLUM, Zone.SUPPORT, "Crown of Gondor", true);
super(Side.FREE_PEOPLE, 4, CardType.ARTIFACT, Culture.GONDOR, Zone.SUPPORT, "Crown of Gondor", true);
}
@Override

View File

@@ -3,6 +3,7 @@
- When a card stacks cards from discard, it does it now correctly if the number of cards in discard is exactly the same
as it has to stack (if no selection is needed).
- Added set 19 (Ages End)
- "Crown of Gondor" is now a Gondor card, not a Gollum card.
<b>8 Mar. 2012</b>
- Added set 18 (Treachery & Deceit)