-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix and improve crud test #42
Fix and improve crud test #42
Conversation
Foundry doesn't like .update() on synthetic actors
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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shame that the temporary thing didn't work out. Still thanks for setting up the better system support
Implements actor type selection
and synthetic actor toggle. Also small improvements to related code thrown in.Fixes #39