Implemented Guided Passage

This commit is contained in:
Evan Kranzler 2017-09-14 10:02:32 -04:00
parent 76d6c4a8ed
commit 1ae29e900a
3 changed files with 150 additions and 1 deletions

View file

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