diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Dispenser.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Dispenser.dm index f82f0f81d6b..1c945503971 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Dispenser.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Dispenser.dm @@ -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 diff --git a/html/changelogs/crozarius-unathialcoholpuke.yml b/html/changelogs/crozarius-unathialcoholpuke.yml new file mode 100644 index 00000000000..d7206312771 --- /dev/null +++ b/html/changelogs/crozarius-unathialcoholpuke.yml @@ -0,0 +1,6 @@ + +author: Crozarius + +delete-after: True +changes: + - qol: "Ethanol no longer automatically makes Unathi vomit."