- "Damrod, Ranger of Ithilien" can now exhaust Man only.

This commit is contained in:
marcins78@gmail.com
2012-07-26 09:29:54 +00:00
parent 2a29ea83eb
commit 6489fd571a
2 changed files with 4 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ public class Card4_114 extends AbstractCompanion {
action.appendCost( action.appendCost(
new SelfExertEffect(action, self)); new SelfExertEffect(action, self));
action.appendEffect( action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose a Man", Filters.inSkirmishAgainst(self), Filters.canExert(self)) { new ChooseActiveCardEffect(self, playerId, "Choose a Man", Filters.inSkirmishAgainst(self), Filters.canExert(self), Race.MAN) {
@Override @Override
protected void cardSelected(LotroGame game, PhysicalCard card) { protected void cardSelected(LotroGame game, PhysicalCard card) {
action.insertEffect( action.insertEffect(

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%"> <pre style="font-size:80%">
<b>26 Jul. 2012</b>
- "Damrod, Ranger of Ithilien" can now exhaust Man only.
<b>25 Jul. 2012</b> <b>25 Jul. 2012</b>
- "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man. - "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man.
- "Hobbit Appetite" allows to heal Hobbit companions only. - "Hobbit Appetite" allows to heal Hobbit companions only.