mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 17:29:58 -08:00
Server: removed unnecessary logs, extra comments
This commit is contained in:
parent
848c5b6052
commit
3abe5e796a
5 changed files with 12 additions and 6 deletions
|
|
@ -31,7 +31,7 @@ public class WatchersFromDelayedTriggeredAbilitiesTest extends CardTestPlayerBas
|
|||
|
||||
// can play until end step
|
||||
checkPlayableAbility("can play bolt on 1", 1, PhaseStep.PRECOMBAT_MAIN, playerA, "Cast Lightning Bolt", true);
|
||||
checkPlayableAbility("can play bolt on 2", 2, PhaseStep.PRECOMBAT_MAIN, playerA, "Cast Lightning Bolt", false);
|
||||
checkPlayableAbility("can't play bolt on 2", 2, PhaseStep.PRECOMBAT_MAIN, playerA, "Cast Lightning Bolt", false);
|
||||
|
||||
setStrictChooseMode(true);
|
||||
setStopAt(2, PhaseStep.END_TURN);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue