Fix to 18U75 Ted Sandyman

Previously, his regroup action was able to stack a [MEN] minion in play on a possession
This commit is contained in:
PhallenCassidy
2017-07-07 09:02:06 -04:00
committed by GitHub
parent 2019a381b8
commit a052c5982a

View File

@@ -56,7 +56,7 @@ public class Card18_075 extends AbstractMinion {
action.appendCost(
new SelfExertEffect(action, self));
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose a MEN minion", Culture.MEN, CardType.MINION) {
new ChooseActiveCardEffect(self, playerId, "Choose a MEN Man", Culture.MEN, Race.MAN) {
@Override
protected void cardSelected(LotroGame game, final PhysicalCard minion) {
action.appendEffect(