- "I Am Here" now correctly heals twice.

This commit is contained in:
marcins78
2013-01-16 15:12:37 +00:00
parent 15e5453107
commit 40b39b2560
2 changed files with 3 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>16 Jan. 2013</b>
- "Blood Runs Chill" now discards the shadow cards once only.
- "I Am Here" now correctly heals twice.
<b>13 Jan. 2013</b>
- Both Rumils now have the same name.

View File

@@ -36,6 +36,8 @@ public class Card5_084 extends AbstractEvent {
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, 2, Filters.name(Names.theoden)));
action.appendEffect(
new HealCharactersEffect(self, Filters.and(CardType.COMPANION, Filters.not(Filters.name(Names.theoden)), Signet.THÉODEN)));
action.appendEffect(
new HealCharactersEffect(self, Filters.and(CardType.COMPANION, Filters.not(Filters.name(Names.theoden)), Signet.THÉODEN)));
return action;
}
}