Open jeffshrager opened 1 year ago
Lines 110 and 111 of crafts.js read:
statMap.set("lvl", this.recipe.get("lvl")[1]); statMap.set("lvlLow", this.recipe.get("lvl")[0]);
Ingredients have a "lvl" property, but recipes seem to only have a "level" property, unless I'm missing somthing?
Lines 110 and 111 of crafts.js read:
Ingredients have a "lvl" property, but recipes seem to only have a "level" property, unless I'm missing somthing?