allbuild commit 8e859d84

This commit is contained in:
Olivier Gagnon 2022-07-29 17:05:56 -04:00
parent 8e859d84b7
commit 39cf0cb57f
3 changed files with 3 additions and 2 deletions

2
dist/main.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -158,6 +158,7 @@ export class Sleeve extends Person {
this.exp.dexterity = 0;
this.exp.agility = 0;
this.exp.charisma = 0;
this.updateStatLevels();
// Reset task-related stuff
this.stopWork(p);