From 3fe0164a101b7640c882fbe20f0ee8f3c56c2041 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Thu, 29 Dec 2011 07:24:46 +0000 Subject: [PATCH] - "Neekerbreekers' Bog" no longer freezes the game, when moving to the site during regroup when minion is in play. --- .../java/com/gempukku/lotro/cards/set11/site/Card11_249.java | 5 +++-- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/site/Card11_249.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/site/Card11_249.java index da80e4476..275e54a0b 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/site/Card11_249.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/site/Card11_249.java @@ -3,6 +3,7 @@ package com.gempukku.lotro.cards.set11.site; import com.gempukku.lotro.cards.AbstractNewSite; import com.gempukku.lotro.cards.TriggerConditions; import com.gempukku.lotro.cards.effects.ExertCharactersEffect; +import com.gempukku.lotro.common.CardType; import com.gempukku.lotro.common.Keyword; import com.gempukku.lotro.filters.Filters; import com.gempukku.lotro.game.PhysicalCard; @@ -32,9 +33,9 @@ public class Card11_249 extends AbstractNewSite { if (TriggerConditions.movesTo(game, effectResult, self)) { RequiredTriggerAction action = new RequiredTriggerAction(self); action.appendEffect( - new HealCharactersEffect(self, Filters.character, Filters.minResistance(5))); + new HealCharactersEffect(self, Filters.or(CardType.COMPANION, CardType.ALLY), Filters.minResistance(5))); action.appendEffect( - new ExertCharactersEffect(self, Filters.character, Filters.maxResistance(4))); + new ExertCharactersEffect(self, Filters.or(CardType.COMPANION, CardType.ALLY), Filters.maxResistance(4))); return Collections.singletonList(action); } return null; diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index c1b5992ef..67956f949 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -3,6 +3,7 @@ - "Till Durin Wakes Again" now allows to heal as many dwarves as you want, rather than just one. - "All Thought Bent on It" now makes the FP player to exert the characters, rather than the Shadow player. - "Fifth Level" can now be transferred between minions. +- "Neekerbreekers' Bog" no longer freezes the game, when moving to the site during regroup when minion is in play. 27 Dec. 2011 - "Isengard Scout Troop" now exerts itself to take control of a site.