style buttons and fix up number formatting

This commit is contained in:
2023-04-09 15:35:56 +02:00
parent a185bc2153
commit 61ff80b69f
7 changed files with 57 additions and 17 deletions
+2 -1
View File
@@ -157,7 +157,8 @@ export default defineComponent({
data.portrait,
data.attackExponent ?? 1.1,
data.level ?? 1,
data.exp ?? 0
data.exp ?? 0,
data.prestige ?? 0,
);
adventurer.busy = data.busy;
adventurers[data.id] = adventurer;