From c778c3a1c016ddb4b5bfe773e4816e5b8a330494 Mon Sep 17 00:00:00 2001 From: Doxxmedearly <38594443+Doxxmedearly@users.noreply.github.com> Date: Sat, 20 Mar 2021 16:03:15 -0500 Subject: [PATCH] Nicotine Fix (#11489) --- .../Chemistry-Reagents/Chemistry-Reagents-Medicine.dm | 1 + html/changelogs/doxxmedearly - nicotine_fix.yml | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 html/changelogs/doxxmedearly - nicotine_fix.yml diff --git a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm index b267fa46df1..36b3f52d0f3 100644 --- a/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm +++ b/code/modules/reagents/Chemistry-Reagents/Chemistry-Reagents-Medicine.dm @@ -951,6 +951,7 @@ /datum/brain_trauma/mild/phobia = 0.1, /datum/brain_trauma/mild/muscle_weakness/ = 0.05 ) + suppressing_reagents = list(/decl/reagent/mental/nicotine) //The way to suppress nicotine withdrawal... is nicotine. conflicting_reagent = null min_dose = 0.0064 * REM diff --git a/html/changelogs/doxxmedearly - nicotine_fix.yml b/html/changelogs/doxxmedearly - nicotine_fix.yml new file mode 100644 index 00000000000..8aaa773f56f --- /dev/null +++ b/html/changelogs/doxxmedearly - nicotine_fix.yml @@ -0,0 +1,7 @@ +author: Doxxmedearly + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +changes: + - bugfix: "Fixed an issue where you'd get messages about needing your nicotine fix while smoking."