-
Notifications
You must be signed in to change notification settings - Fork 1
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
Wight's level drain seems to have no effect on PCs #74
Comments
Main problem here seems to be that there is no [CharDisplayStatus] hook on the IsDrained SA. So it LOOKS like they are not drained, but they actually are. |
The rest of this problem does go back to a common situation where the spells display their "Saving throw failed" text even when the saving throw succeeded. Spawned #142 for this problem. More work will need to be done on testing the Drained effect to make sure that it can be healed properly by spells. |
Commit for [CharDisplayStatus] addition is 152cf8a |
A PC was hit by a wight in combat and the message "so and so was diminshed" but their level in the view character screen stayed the same.
The text was updated successfully, but these errors were encountered: