- "Blade of Gondor, Sword of Boromir" now correctly replaces the hobbit with it's bearer in skirmish.

This commit is contained in:
marcins78@gmail.com
2012-04-11 19:38:11 +00:00
parent 00f06a7a92
commit 354100b819
2 changed files with 2 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ public class Card12_042 extends AbstractAttachableFPPossession {
action.appendCost(
new ChooseAndDiscardCardsFromPlayEffect(action, playerId, 1, 1, Culture.GONDOR, Filters.attachedTo(Filters.hasAttached(self))));
action.appendEffect(
new ReplaceInSkirmishEffect(self, Filters.unboundCompanion, Race.HOBBIT));
new ReplaceInSkirmishEffect(self.getAttachedTo(), Filters.unboundCompanion, Race.HOBBIT));
return Collections.singletonList(action);
}
return null;

View File

@@ -4,6 +4,7 @@
- Merchant starting filter shows cards only.
- System messages in Game Hall can now be hidden with a button.
- Chat in game can now be prevented from auto-scrolling using a button.
- "Blade of Gondor, Sword of Boromir" now correctly replaces the hobbit with it's bearer in skirmish.
<b>10 Apr. 2012</b>
- "Momentous Gathering" now can be played if you can spot only one Ent.