- "Damrod, Ranger of Ithilien" can now exhaust Man only.
This commit is contained in:
@@ -50,7 +50,7 @@ public class Card4_114 extends AbstractCompanion {
|
||||
action.appendCost(
|
||||
new SelfExertEffect(action, self));
|
||||
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
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
action.insertEffect(
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>26 Jul. 2012</b>
|
||||
- "Damrod, Ranger of Ithilien" can now exhaust Man only.
|
||||
|
||||
<b>25 Jul. 2012</b>
|
||||
- "Vengeful Wild Man" now allows to add threats only if you can spot another [MEN] Man.
|
||||
- "Hobbit Appetite" allows to heal Hobbit companions only.
|
||||
|
||||
Reference in New Issue
Block a user