mirror of
https://github.com/YouHaveTrouble/GuildMaster.git
synced 2026-05-12 06:26:59 +00:00
better quest adventurer choice ux
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import {RouterLink, RouterView} from 'vue-router'
|
||||
import {version} from "@/../package.json";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -104,7 +105,7 @@ export default defineComponent({
|
||||
methods: {
|
||||
async updateMissives() {
|
||||
for (const missive of this.missives) {
|
||||
if (missive.adventurers.length <= 0) {
|
||||
if (missive.adventurers.length < missive.maxAdventurers) {
|
||||
missive.progressPoints = 0;
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user