mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
only tick one phase at the time
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user