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