Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Summon from Compendium #41

Open
ZeroXNoxus opened this issue Nov 21, 2023 · 1 comment
Open

[BUG] Summon from Compendium #41

ZeroXNoxus opened this issue Nov 21, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ZeroXNoxus
Copy link

Describe the bug
Summoning from a Compendium is not possible. There is a console log, reading:
Cannot read properties of null (reading 'clone') | summons-actor.mjs:111

To Reproduce
Steps to reproduce the behavior:

  1. Add an Actor from a Compendium to a spell as summon
  2. Cast spell from Spellcasting Character
  3. Choose that summon and cast the spell

Expected behavior
Summoning from a Compendium should be possible to keep Actor Directory clean.

Environment:

  • Foundry Core Version: [v11.315]
  • Module Version [1.1.4]
  • Host: [e.g. self hosted]
  • OS & Browser [Windows 11, Chrome (current)]

Additional context
Add any other context about the problem here.

@ZeroXNoxus ZeroXNoxus added the bug Something isn't working label Nov 21, 2023
@maxobremer
Copy link

This is an issue with warpgate as mentioned in #11 and this issue is a copy of #15 (though maybe stuff has changed since then, I don't know)

Though maybe a possibility would be to have the module check if the linked actor is from a compendium
-If it is, check a folder named Arbron's Summon (or with any other prespecified name)
--if that folder doesn't have an actor there with the same name, import the actor there and summon the imported actor
--if it does have an actor with the same name, summon that one

Just a thought though, up to Arbron or whoever has time and skill to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants