Djphoenix719 / FVTT-PF2ELootGen

A loot generator/utility for the PF2E system in Foundry VTT. May eventually become system agnostic.
Apache License 2.0
2 stars 6 forks source link

PF2E LootGen requires PF2E Toolbox to work, but is isn't set up as dependency #2

Closed Ustin closed 2 years ago

Ustin commented 3 years ago

Title. If Toolbox isn't installed It throws some error in console about setting not being registered instead of generating loot.

Probably should be set up as dependency in Foundry, so Foundry would prevent it from being used in broken state.

Alternatively shouldn't require another module to be installed.

Djphoenix719 commented 3 years ago

Hi thanks for the report @Ustin - this is a good catch, I'll ensure the module works without Toolbox next update. I could specify that they require each other but I doubt the dependency system can resolve circular dependencies at the moment.