fvtt-fria-ligan / morkborg-foundry-vtt

An unoffical, community-supported system for playing MÖRK BORG on Foundry VTT.
Other
31 stars 17 forks source link

Sometimes "Get Better" shows the chat card but doesn't actually change the character #138

Closed mcglincy closed 2 years ago

mcglincy commented 2 years ago

Possibly due to this error seen in the console:

Uncaught (in promise) TypeError: pack.getContent is not a function [Detected 1 package: system:morkborg] at MBActor.getBetter (systems/morkborg/module/actor/actor.js:1133:34)

That code is when Get Better attempts to pull a random scroll:

    if (scrollTableName) {
      // roll a scroll
      const pack = game.packs.get("morkborg.random-scrolls");
      const content = await pack.getContent();
mcglincy commented 2 years ago

Fixed in 1.10.1.