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
Gems cannot be deleted from a character's gem bag.
Foundry version
12.331
Shadowdark system version
3.2.2
Enabled modules
None
Steps to reproduce
Create a Shadowdark game world. Do not enable any modules.
Create a character
Add one or more items to the character's gem bag
Right-click on an item in the gem bag.
Select "delete item"
At this point I would expect the item to be removed from the gem bag. However nothing happens. In the developer console the following error message appears.
GemBagSD.mjs:134 Uncaught ReferenceError: tr is not defined
at Object.callback (GemBagSD.mjs:134:21)
at #onClickItem (foundry.js:68634:11)
at HTMLElement.dispatch (jquery.min.js:2:40035)
at v.handle (jquery.min.js:2:38006)
Work around
In order to remove an item from a character's gem bag you can sell it, then manually remove the appropriate number of coins from the character's inventory.
Video
gem-bag-bug.mp4
The text was updated successfully, but these errors were encountered:
Gems cannot be deleted from a character's gem bag.
Steps to reproduce
At this point I would expect the item to be removed from the gem bag. However nothing happens. In the developer console the following error message appears.
Work around
In order to remove an item from a character's gem bag you can sell it, then manually remove the appropriate number of coins from the character's inventory.
Video
gem-bag-bug.mp4
The text was updated successfully, but these errors were encountered: