From c3d2d8b562f144b2c280284a26433f3be06541f8 Mon Sep 17 00:00:00 2001 From: plsleavemealon <106043510+plsleavemealon@users.noreply.github.com> Date: Thu, 22 May 2025 13:35:06 -0500 Subject: [PATCH] Sanguirite allergy removal (#3822) ## About The Pull Request Adds sanguirite to the blacklist for the medicine allergies quirk. ## Why It's Good For The Game The emergency epinephrine autoinjector contains 3 chems in it: Epinephrine, sanguirite, and formaldehyde. It is intended to combat allergies, and is even in the mail goodies for people who take this quirk, and yet for some dumb reason you can be allergic to the medicine that is in the tool that is intended to stop your allergic reaction! It is remarkable how often this allergy comes up, and when people go to treat someone's allergic reaction by using the very tool designed to help treat it, only to make it worse causes immense frustration and confusion. So I am adding it to the blacklist of chems. ## Proof Of Testing ## Changelog :cl: add: No more sanguirite allergies /:cl: --- code/datums/quirks/negative_quirks/allergic.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/quirks/negative_quirks/allergic.dm b/code/datums/quirks/negative_quirks/allergic.dm index 3dfb09c88b8..987384e3251 100644 --- a/code/datums/quirks/negative_quirks/allergic.dm +++ b/code/datums/quirks/negative_quirks/allergic.dm @@ -20,7 +20,8 @@ /datum/reagent/medicine/cordiolis_hepatico, /datum/reagent/medicine/synaphydramine, /datum/reagent/medicine/diphenhydramine, - /datum/reagent/medicine/sansufentanyl + /datum/reagent/medicine/sansufentanyl, + /datum/reagent/medicine/coagulant //Bubber edit: adds coagulant ) var/allergy_string