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