removed unnecessary jsons, small fix to craft.js

This commit is contained in:
ferricles 2021-01-19 10:30:47 -08:00
parent df0253cfda
commit 217ffb3f2a
3 changed files with 1 additions and 2 deletions

View file

@ -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