mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- UntilEndOfCombat durations were continuing if combat ended early via Time Stop etc so added an extra catch in cleanup.
This commit is contained in:
@@ -378,6 +378,7 @@ public class PhaseHandler extends MyObservable implements java.io.Serializable {
|
||||
c.onCleanupPhase(playerTurn);
|
||||
}
|
||||
|
||||
game.getEndOfCombat().executeUntil(); //Repeat here in case Time Stop et. al. ends combat early
|
||||
game.getEndOfTurn().executeUntil();
|
||||
|
||||
for (Player player : game.getPlayers()) {
|
||||
|
||||
Reference in New Issue
Block a user