Fixed fix to "Mithril-coat"

This commit is contained in:
PhallenCassidy
2017-11-16 13:40:55 -05:00
committed by GitHub
parent c3cdc6f83d
commit 4b5816636c

View File

@@ -44,7 +44,7 @@ public class Card31_005 extends AbstractAttachableFPPossession {
modifiers.add(
new ArcheryTotalModifier(self, Side.SHADOW, -1));
modifiers.add(
new TwilightCostModifier(self, Filters.and(Side.SHADOW, CardType.CONDITION),
new TwilightCostModifier(self, Filters.and(Side.SHADOW, CardType.EVENT),
new Condition() {
@Override
public boolean isFullfilled(GameState gameState, ModifiersQuerying modifiersQuerying) {