- "Wizard Storm" should now work when fellowship moves from the site it's attached to.

This commit is contained in:
marcins78@gmail.com
2011-12-26 00:21:12 +00:00
parent cb81e8f503
commit 3dad6bbd86
2 changed files with 5 additions and 2 deletions

View File

@@ -2,6 +2,7 @@ package com.gempukku.lotro.cards.set2.isengard;
import com.gempukku.lotro.cards.AbstractAttachable;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.actions.AttachPermanentAction;
import com.gempukku.lotro.cards.effects.ExertCharactersEffect;
import com.gempukku.lotro.cards.effects.SelfDiscardEffect;
@@ -57,8 +58,7 @@ public class Card2_048 extends AbstractAttachable {
@Override
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (effectResult.getType() == EffectResult.Type.WHEN_MOVE_FROM
&& game.getGameState().getCurrentSite() == self) {
if (TriggerConditions.movesFrom(game, effectResult, self.getAttachedTo())) {
RequiredTriggerAction action = new RequiredTriggerAction(self);
action.appendEffect(
new ExertCharactersEffect(self, CardType.COMPANION));

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>26 Dec. 2011</b>
- "Wizard Storm" should now work when fellowship moves from the site it's attached to.
<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.