- "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
|
@Override
|
||||||
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) {
|
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);
|
RequiredTriggerAction action = new RequiredTriggerAction(self);
|
||||||
action.appendEffect(
|
action.appendEffect(
|
||||||
new AddUntilStartOfPhaseModifierEffect(
|
new AddUntilStartOfPhaseModifierEffect(
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<b>22 Dec. 2011</b>
|
<b>22 Dec. 2011</b>
|
||||||
- "Valley of the Silverlode" should not correctly allow to heal every Hobbit companion.
|
- "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.
|
- "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>
|
<b>19 Dec. 2011</b>
|
||||||
- "Chamber of Mazarbul" now has an Underground keyword.
|
- "Chamber of Mazarbul" now has an Underground keyword.
|
||||||
|
|||||||
Reference in New Issue
Block a user