Ethanol No Longer Makes Unathi Automatically Vomit (#19953)

After implementing this feature a few months ago, I've come to realize
that the effect this has isn't really what I intended, and it doesn't
really make much sense. Ethanol will still be toxic to Unathi.

Co-authored-by: Crozarius <cowsgomooand@gmail.com>
This commit is contained in:
Crosarius
2024-10-02 15:05:56 +00:00
committed by GitHub
co-authored by Crozarius
parent ad3db5232d
commit b0c9d87635
2 changed files with 6 additions and 4 deletions
@@ -184,10 +184,6 @@ ABSTRACT_TYPE(/singleton/reagent/alcohol)
if (!has_valid_aug && alien == IS_UNATHI) //unathi are poisoned by alcohol as well
M.adjustToxLoss(3 * removed * (strength / 100))
if(!M.lastpuke)
to_chat(M, SPAN_WARNING("Your gizzard lurches as the alcohol burns its way down your gullet!"))//Make it clear that you should not be drinking this.
var/mob/living/carbon/human/H = M
H.delayed_vomit()
if (has_valid_aug | alien != IS_UNATHI)
M.intoxication += (strength / 100) * removed * 6
@@ -0,0 +1,6 @@
author: Crozarius
delete-after: True
changes:
- qol: "Ethanol no longer automatically makes Unathi vomit."