Fix to The Hobbit "Gandalf, Leader of the Company"

Added Wise keyword
This commit is contained in:
PhallenCassidy
2018-03-08 11:38:23 -05:00
committed by GitHub
parent 9aba48185d
commit efe31933a2

View File

@@ -33,6 +33,7 @@ import java.util.List;
public class Card30_028 extends AbstractCompanion {
public Card30_028() {
super(4, 7, 4, 6, Culture.GANDALF, Race.WIZARD, null, "Gandalf", "Leader of the Company", true);
addKeyword(Keyword.WISE);
}
@Override
@@ -53,4 +54,4 @@ public class Card30_028 extends AbstractCompanion {
}
return null;
}
}
}