"Wicked Spider" now correctly spots 6 companions

This commit is contained in:
PhallenCassidy
2017-11-18 10:58:03 -05:00
committed by GitHub
parent 2de7312972
commit b722e45af1

View File

@@ -45,7 +45,7 @@ public class Card31_063 extends AbstractMinion {
new ChooseActiveCardEffect(self, playerId, "Choose a Spider", Race.SPIDER) {
@Override
protected void cardSelected(LotroGame game, PhysicalCard spider) {
if (PlayConditions.canSpot(game, 5, CardType.COMPANION)) {
if (PlayConditions.canSpot(game, 6, CardType.COMPANION)) {
action.appendEffect(
new AddUntilStartOfPhaseModifierEffect(
new StrengthModifier(self, Filters.sameCard(spider), 5), Phase.REGROUP));