League-of-Foundry-Developers / foundryvtt-devMode

A module with some tools to help enable Foundry VTT package developers.
MIT License
12 stars 15 forks source link

Fix and improve crud test #42

Closed mkahvi closed 2 years ago

mkahvi commented 2 years ago

Implements actor type selection and synthetic actor toggle. Also small improvements to related code thrown in.

Fixes #39

mkahvi commented 2 years ago

I removed synthetic option as I discovered it wasn't used correctly, and after I fixed it, I also realized Foundry explodes on .update() calls to such. So even if the idea is great (IMO), Foundry doesn't support it (https://gitlab.com/foundrynet/foundryvtt/-/issues/6824).