Open paulyhedral opened 8 months ago
Found this in the Javascript console:
module_creation.js:591 Uncaught (in promise) TypeError: object.match is not a function
at journalsReading (module_creation.js:591:23)
at async journalsToArray (module_creation.js:506:2)
(anonymous) @ add-ons.js:98
#call @ foundry.js:730
call @ foundry.js:712
_onDrop @ foundry.js:71189
callback @ foundry.js:65650
🎁call_wrapped @ libWrapper-wrapper.js:507
🎁DragDrop.prototype.callback#item-piles @ libwrapper.js:58
🎁call_wrapper @ libWrapper-wrapper.js:616
🎁DragDrop.prototype.callback#0 @ libWrapper-wrapper.js:189
_handleDrop @ foundry.js:65701
I think I found the problem.
I added a @cypher
entry, but it was just text and not an Item reference. Once I removed the @cypher
tag, dragging the journal entry worked as expected.
Describe the bug
New "type" is not recognized by the system
Steps to reproduce the behavior
Expected behavior
The Actor's "type" field should have the "Delve" entry show up, be clickable, and the "Abilities" tab should include the ability that was added to the type.
Setup
Additional context
I basically copied the format of Type entries from the Cypher System Compendium so that I could add the types in Numenera Destiny.