Clear tome inputs in resetFields
This commit is contained in:
parent
e0df864c6c
commit
509172bcee
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@ function resetFields(){
|
|||
for (const i of equipment_inputs) {
|
||||
setValue(i, "");
|
||||
}
|
||||
for (const i of tomeInputs) {
|
||||
setValue(i, "");
|
||||
}
|
||||
setValue("str-skp", "0");
|
||||
setValue("dex-skp", "0");
|
||||
setValue("int-skp", "0");
|
||||
|
|
Loading…
Reference in a new issue