- Changed "The Arkenstone, King's Jewel" culture to Gundabad

This commit is contained in:
marcin.sciesinski
2017-11-13 15:35:29 -08:00
parent 314c41dc7a
commit 8880f70164

View File

@@ -39,7 +39,7 @@ import java.util.List;
*/
public class Card31_056 extends AbstractAttachable {
public Card31_056() {
super(Side.SHADOW, CardType.ARTIFACT, 2, Culture.SMAUG, null, "The Arkenstone", "King's Jewel", true);
super(Side.SHADOW, CardType.ARTIFACT, 2, Culture.GUNDABAD, null, "The Arkenstone", "King's Jewel", true);
}
@Override