asacolips-projects / pbta

Run games for any PbtA system in Foundry VTT!
https://asacolips.gitbook.io/pbta-system
MIT License
3 stars 4 forks source link

Fix `ItemPbta._onCreate` #194

Closed mclemente closed 4 months ago

mclemente commented 4 months ago

The overridden method is the one that renders the item sheet on creation, making it so the new items aren't opening the sheets at creation.

mclemente commented 4 months ago

Note: also check if the overrides on _onUpdate and _onDelete have any ill-effects too.