From 7aee9a83df091d1b4c4fca453a9c49c6dfd680a4 Mon Sep 17 00:00:00 2001 From: Cirrial Date: Fri, 8 Aug 2025 20:56:50 +0100 Subject: [PATCH] add saline glucose solution to blacklist for medical chem allergy (#92476) ## About The Pull Request Adds saline-glucose solution to the blacklist for medical chems you can be allergic to, thus removing it as a thing you can be allergic to. ## Why It's Good For The Game You can eat salt, water, and anything with sugar to have an immediate life-threatening reaction to fundamentally required chemicals within most organisms' systems. I know you're opting into massive random inconvenience/harm/death when you're deranged enough to pick this trait, but this seems a bit crueller than intended. If someone can convince me that slightly salty sugar water is actually something you can totally be allergic to, I am going to sprinkle some salt into a can of soda and drink it before them and magically not die (and the can of soda would 100% be far more chemically damaging than saline glucose solution could be) ## Changelog :cl: balance: You will no longer be allergic to saline-glucose solution. /:cl: --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com> # Conflicts: # code/datums/quirks/negative_quirks/allergic.dm --- code/datums/quirks/negative_quirks/allergic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/quirks/negative_quirks/allergic.dm b/code/datums/quirks/negative_quirks/allergic.dm index 20f4a6ed543..f81a17268b2 100644 --- a/code/datums/quirks/negative_quirks/allergic.dm +++ b/code/datums/quirks/negative_quirks/allergic.dm @@ -21,6 +21,7 @@ /datum/reagent/medicine/synaphydramine, /datum/reagent/medicine/diphenhydramine, /datum/reagent/medicine/sansufentanyl, + /datum/reagent/medicine/salglu_solution, /datum/reagent/medicine/coagulant //Bubber edit: adds coagulant ) var/allergy_string