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
Refactor resists_sick to allow checking racial data
Draugr player monsters weren't resisting sickness because their data corresponds with their role monster. This cannot be circumvented with r_data because one role monster (convict) resists sickness itself. So, make resists_sick() act on the full monst struct instead of just the data pointer.
0 commit comments