removed unnecessary jsons, small fix to craft.js
This commit is contained in:
parent
df0253cfda
commit
217ffb3f2a
3 changed files with 1 additions and 2 deletions
1
craft.js
1
craft.js
|
@ -66,6 +66,7 @@ class Craft{
|
|||
if (allNone) {
|
||||
statMap.set("charges", 3);
|
||||
statMap.set("hp", this.recipe.get("healthOrDamage").join("-"));
|
||||
statMap.set("duration", this.recipe.get("basicDuration"));
|
||||
}
|
||||
statMap.set("category","consumable");
|
||||
} else {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue