Fix to The Hobbit "Gandalf, Leader of Dwarves"

Added Wise keyword
This commit is contained in:
PhallenCassidy
2018-03-08 11:35:51 -05:00
committed by GitHub
parent e1ca6df08d
commit 2430f66070

View File

@@ -36,6 +36,7 @@ import java.util.List;
public class Card30_025 extends AbstractCompanion {
public Card30_025() {
super(4, 7, 4, 6, Culture.GANDALF, Race.WIZARD, null, "Gandalf", "Leader of Dwarves", true);
addKeyword(Keyword.WISE);
}
@Override
@@ -63,4 +64,4 @@ public class Card30_025 extends AbstractCompanion {
}
return null;
}
}
}