This commit is contained in:
Rafbill 2011-10-03 20:56:56 +02:00
parent 6989130212
commit f6271d5650

View file

@ -93,10 +93,10 @@ class FrightfulDelusionEffect extends OneShotEffect<FrightfulDelusionEffect> {
Player player = game.getPlayer(spell.getControllerId());
if (player != null) {
cost.clearPaid();
game.getPlayer(spell.getControllerId()).discard(
1, source, game);
if (!cost.pay(source, game, spell.getControllerId(),
spell.getControllerId(), false)) {
game.getPlayer(spell.getControllerId()).discard(
1, source, game);
return game.getStack().counter(source.getFirstTarget(),
source.getSourceId(), game);
}