only tick one phase at the time

This commit is contained in:
2025-06-18 19:34:54 +02:00
parent 3972c433bd
commit 9a2900c50e
+1
View File
@@ -131,6 +131,7 @@ export default defineComponent({
for (const phase of missive.phases) {
if (phase.completed()) continue;
phase.tick(missive.adventurers);
break;
}
if (
missive.isCompleted()