Corrected "Dori" twilight cost

This commit is contained in:
PhallenCassidy
2017-11-29 11:12:14 -05:00
committed by GitHub
parent 6f665f2e22
commit 3e450259c1

View File

@@ -30,7 +30,7 @@ import java.util.List;
*/
public class Card30_008 extends AbstractFollower {
public Card30_008() {
super(Side.FREE_PEOPLE, 2, 1, 0, 0, Culture.DWARVEN, "Dori", "Really a Decent Fellow", true);
super(Side.FREE_PEOPLE, 1, 1, 0, 0, Culture.DWARVEN, "Dori", "Really a Decent Fellow", true);
}
@Override
@@ -53,4 +53,4 @@ public class Card30_008 extends AbstractFollower {
return Collections.singletonList(
new OverwhelmedByMultiplierModifier(self, Filters.hasAttached(self), 3));
}
}
}