Drinking directly from a well with bloody hands will give player cholera.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Health System
Steps To Reproduce
- Skin an animal without gloves.
- Drink from a well.
- observe cholera appear, in addition to salmonella which is the only disease you'd expect in the situation.
Additional Information
If wells provide clean water and bloody hands carry salmonella, where does the cholera come from?
Two diseases at once seem a disproportionate punishment.
I guess it's this:
class ActionDrinkWellContinuous { override void OnEndAnimationLoopServer( ActionData action_data ) { if(action_data.m_Player.HasBloodyHands()) { action_data.m_Player.InsertAgent(eAgents.**CHOLERA**, 1); } } }
Event Timeline
Comment Actions
As of today, the bug still persists.
Please close this ticket if the doubled bloody hands penalty is an intentional decision.
Comment Actions
This issue is still around in 1.19.
In addition to what mentioned in the original description:
Having bloody hands under non-ruined gloves will also result in cholera when drinking from a well.