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
I dunno to what extent this breaks a character or if it is just the sheet, but adding this RE on an effect will prevent the character sheet from being closed if it is opened while the effect is on the character.
The effect grants the condition Paralyzed, i have narrowed it down to "inMemoryOnly": true being the culprit and it happens for other conditions (e.g. Restrained) that also grant themselves other conditions using inMemoryOnly.
There is no error in the console and once the sheet is opened, it cannot be closed even if you remove the effect after the fact. Also, this issue doesn't happen to NPC sheets.
This is definitely a weird one to figure out, but it seems something is going wrong in the submit pipeline. Same issue occurs if you try to make any changes like adding hero points.
I dunno to what extent this breaks a character or if it is just the sheet, but adding this RE on an effect will prevent the character sheet from being closed if it is opened while the effect is on the character.
The effect grants the condition
Paralyzed
, i have narrowed it down to"inMemoryOnly": true
being the culprit and it happens for other conditions (e.g.Restrained
) that also grant themselves other conditions usinginMemoryOnly
.There is no error in the console and once the sheet is opened, it cannot be closed even if you remove the effect after the fact. Also, this issue doesn't happen to NPC sheets.
The text was updated successfully, but these errors were encountered: