hppeng-wynn / hppeng-wynn.github.io

GNU General Public License v3.0
17 stars 32 forks source link

Lvl vs. level in recipes in crafts.js? #257

Open jeffshrager opened 1 year ago

jeffshrager commented 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?