- "Neekerbreekers' Bog" should now correctly exert minions when moving to the site.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>27 Nov. 2013</b>
|
||||
- "Neekerbreekers' Bog" should now correctly exert minions when moving to the site.
|
||||
|
||||
<b>10 Sep. 2013</b>
|
||||
- Fixed issue with being able to play more than allowed number of games in a league in certain circumstances.
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ public class Card11_249 extends AbstractNewSite {
|
||||
action.appendEffect(
|
||||
new HealCharactersEffect(self, Filters.or(CardType.COMPANION, CardType.ALLY), Filters.minResistance(5)));
|
||||
action.appendEffect(
|
||||
new ExertCharactersEffect(action, self, Filters.or(CardType.COMPANION, CardType.ALLY), Filters.maxResistance(4)));
|
||||
new ExertCharactersEffect(action, self, Filters.character, Filters.not(Filters.or(CardType.COMPANION, CardType.ALLY), Filters.minResistance(5))));
|
||||
return Collections.singletonList(action);
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user