- "I Am Here" now correctly heals twice.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user