- "Long Prepared" now correctly allows to exert a GONDOR Man and then wounds a roaming minion in that man's skirmish.

This commit is contained in:
marcins78@gmail.com
2012-09-01 21:18:54 +00:00
parent f82e26a1b3
commit 0b02316f4a
2 changed files with 4 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ public class Card7_109 extends AbstractPermanent {
&& PlayConditions.canExert(self, game, Culture.GONDOR, Race.MAN)) {
final ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Culture.GOLLUM, Race.MAN) {
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Culture.GONDOR, Race.MAN) {
@Override
protected void forEachCardExertedCallback(PhysicalCard character) {
action.appendEffect(

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>1 Sep. 2012</b>
- "Long Prepared" now correctly allows to exert a GONDOR Man and then wounds a roaming minion in that man's skirmish.
<b>31 Aug. 2012</b>
- "Chasing Uruk" now allows to take control of a site, only if "Chasing Uruk" itself wins the skirmish, not if any minion
wins the skirmish.