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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user