- "Crown of Gondor" is now a Gondor card, not a Gollum card.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user