Removed new shadow culture

This commit is contained in:
PhallenCassidy
2017-06-14 22:46:08 -04:00
committed by GitHub
parent 6cbd5f8b61
commit 74f1006f87

View File

@@ -36,7 +36,7 @@ import java.util.List;
*/
public class Card30_058 extends AbstractMinion {
public Card30_058() {
super(16, 17, 5, 7, Race.DRAGON, Culture.SMAUG, "Smaug", "The Golden", true);
super(16, 17, 5, 7, Race.DRAGON, Culture.GUNDABAD, "Smaug", "The Golden", true);
addKeyword(Keyword.DAMAGE, 2);
addKeyword(Keyword.FIERCE);
}