Skip to content
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

Closed
grannypron opened this issue Jan 6, 2021 · 3 comments
Closed

Wight's level drain seems to have no effect on PCs #74

grannypron opened this issue Jan 6, 2021 · 3 comments
Labels
bug Something isn't working game39

Comments

@grannypron
Copy link
Owner

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.

@grannypron grannypron added bug Something isn't working game39 labels Jan 8, 2021
@grannypron
Copy link
Owner Author

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.

@grannypron
Copy link
Owner Author

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.

@grannypron
Copy link
Owner Author

Commit for [CharDisplayStatus] addition is 152cf8a

grannypron added a commit that referenced this issue Jan 20, 2021
… Hopefully it will not have any binary data from other changes that I have here in my local development setup
@grannypron grannypron removed the Next label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working game39
Projects
None yet
Development

No branches or pull requests

1 participant