Updated Scarwood Bandits

This commit is contained in:
Zzooouhh 2017-09-14 15:53:15 +02:00 committed by GitHub
parent 9b25dc15c6
commit f569331e2d

View file

@ -151,7 +151,6 @@ class DoUnlessAnyOpponentPaysEffect extends OneShotEffect {
game.informPlayers(player.getLogName() + " pays the cost to prevent the effect");
}
doEffect = false;
break;
}
}
}