- "Orc Banner" should now correctly trigger and give bonuses.

This commit is contained in:
marcins78@gmail.com
2011-12-25 16:28:11 +00:00
parent 6e298fd0f9
commit 540ddf44c9
2 changed files with 2 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ public class Card1_263 extends AbstractPermanent {
@Override
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (TriggerConditions.losesSkirmishInvolving(game, effectResult, Filters.and(CardType.ALLY, CardType.COMPANION), Filters.and(Culture.SAURON, Race.ORC))) {
if (TriggerConditions.losesSkirmishInvolving(game, effectResult, Filters.or(CardType.ALLY, CardType.COMPANION), Filters.and(Culture.SAURON, Race.ORC))) {
RequiredTriggerAction action = new RequiredTriggerAction(self);
action.appendEffect(
new AddUntilStartOfPhaseModifierEffect(

View File

@@ -2,6 +2,7 @@
<b>22 Dec. 2011</b>
- "Valley of the Silverlode" should not correctly allow to heal every Hobbit companion.
- "Sneaking!" will now correctly heal Smeagol, if it's skirmishing a minion(s) of higher or equal vitality.
- "Orc Banner" should now correctly trigger and give bonuses.
<b>19 Dec. 2011</b>
- "Chamber of Mazarbul" now has an Underground keyword.