- "Orc Banner" should now correctly trigger and give bonuses.
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user