Fixing unit test foiled by the choice change. Adding championship timer to the main hall.

This commit is contained in:
Christian 'ketura' McCarty
2024-11-16 22:04:33 -06:00
parent 83327dec8e
commit 5c80971714
2 changed files with 4 additions and 0 deletions

View File

@@ -252,6 +252,7 @@
<select id="timerSelect">
<option value="default">Default (45m/6m)</option>
<option value="blitz">Blitz! (25m/3m)</option>
<option value="WC">Championship (20m/10m)</option>
<option value="slow">Slow (80m/10m)</option>
<option value="glacial">Glacial (1d/1d)</option>
</select>

View File

@@ -895,6 +895,9 @@ public class IndividualCardAtTest extends AbstractAtTest {
assertEquals(Zone.DISCARD, athelas.getZone());
//Choices now ask the player which to perform if neither are possible:
playerDecided(P1, "0");
// Pass
playerDecided(P1, "");