forked from External/mage
fix Obeka, Splitter of Seconds' extra phase calling beginning of turn method
This commit is contained in:
parent
110e9903f5
commit
ff4bd9b430
3 changed files with 41 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue