You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a world is using a custom list of Skills, adding the default Weapon Items to a Creature or NPC sheet will result in erroneous data preparation if the associated Skill doesn't exist. After the sheet is closed, any further attempts to open it result in an error.
To Reproduce
Steps to reproduce the behavior:
Create new Skill list
Set new Skill list as default
Create new NPC Actor
Right click '+Add' on the Attack Profiles
Drag a Weapon onto the sheet
Close the sheet
Attempt to open the sheet again
Expected behavior
The weapon should be added (even with the incorrect skill) and the GM should be able to open the sheet.
Additional context
See:
creature-sheet.js line 137.
The text was updated successfully, but these errors were encountered:
Describe the bug
If a world is using a custom list of Skills, adding the default Weapon
Item
s to a Creature or NPC sheet will result in erroneous data preparation if the associated Skill doesn't exist. After the sheet is closed, any further attempts to open it result in an error.To Reproduce
Steps to reproduce the behavior:
Actor
Expected behavior
The weapon should be added (even with the incorrect skill) and the GM should be able to open the sheet.
Additional context
See:
creature-sheet.js
line 137.The text was updated successfully, but these errors were encountered: