Corrected Culture

This commit is contained in:
PhallenCassidy
2017-06-13 22:09:11 -04:00
committed by GitHub
parent 2f61f1f4c9
commit eca7daabf2

View File

@@ -34,7 +34,7 @@ import java.util.List;
*/
public class Card31_013 extends AbstractFollower {
public Card31_013() {
super(Side.FREE_PEOPLE, 3, 2, 1, 0, Culture.SHIRE, "Beorn", "Skin-Changer", true);
super(Side.FREE_PEOPLE, 3, 2, 1, 0, Culture.GANDALF, "Beorn", "Skin-Changer", true);
}
@Override