Fixed "Smaug, The Golder"

This commit is contained in:
marcin.sciesinski
2017-11-11 14:15:36 -08:00
parent 0e232ae569
commit 73c18e0a01

View File

@@ -43,7 +43,7 @@ public class Card30_058 extends AbstractMinion {
@Override
public List<RequiredTriggerAction> getRequiredAfterTriggers(LotroGame game, EffectResult effectResult, PhysicalCard self) {
if (!game.getModifiersQuerying().hasKeyword(game.getGameState(), game.getGameState().getCurrentSite(), Keyword.UNDERGROUND)) {
if (!game.getModifiersQuerying().hasKeyword(game.getGameState(), game.getGameState().getCurrentSite(), Keyword.MOUNTAIN)) {
RequiredTriggerAction action = new RequiredTriggerAction(self);
action.appendEffect(
new SelfDiscardEffect(self));