Added chat call for 12R156 "Uruk-hai Guard"
Now announces which companion cannot be assigned to skirmish Uruk-Hai Guard
This commit is contained in:
@@ -7,6 +7,7 @@ import com.gempukku.lotro.cards.effects.SelfExertEffect;
|
||||
import com.gempukku.lotro.cards.modifiers.CantBeAssignedAgainstModifier;
|
||||
import com.gempukku.lotro.common.*;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
import com.gempukku.lotro.game.state.GameState;
|
||||
import com.gempukku.lotro.game.state.LotroGame;
|
||||
import com.gempukku.lotro.logic.actions.ActivateCardAction;
|
||||
import com.gempukku.lotro.logic.effects.ChooseActiveCardEffect;
|
||||
@@ -48,6 +49,7 @@ public class Card12_156 extends AbstractMinion {
|
||||
action.appendEffect(
|
||||
new AddUntilEndOfPhaseModifierEffect(
|
||||
new CantBeAssignedAgainstModifier(self, Side.FREE_PEOPLE, card, self)));
|
||||
game.getGameState().sendMessage(self.getOwner() +" has chosen "+ card.getBlueprint().getName());
|
||||
}
|
||||
});
|
||||
return Collections.singletonList(action);
|
||||
|
||||
Reference in New Issue
Block a user