fix Obeka, Splitter of Seconds' extra phase calling beginning of turn method

This commit is contained in:
Susucre 2024-04-25 12:16:37 +02:00
parent 110e9903f5
commit ff4bd9b430
3 changed files with 41 additions and 5 deletions

View file

@ -246,7 +246,7 @@ public class Turn implements Serializable {
Phase phase;
switch (extraPhase) {
case BEGINNING:
phase = new BeginningPhase();
phase = new BeginningPhase(true);
break;
case PRECOMBAT_MAIN:
phase = new PreCombatMainPhase();