Fixes that smoking while drinking causes hallucinations (#22759)

As per the title. Nicotine, being a subtype of mental meds, previously
caused hallucinations if a person was drunk while smoking.
This commit is contained in:
Casper3667
2026-06-23 18:37:15 +02:00
committed by GitHub
parent 60658e7f7b
commit 5d4a64a35a
2 changed files with 7 additions and 0 deletions
@@ -1272,6 +1272,7 @@
messagedelay = MEDICATION_MESSAGE_DELAY * 0.75
goodmessage = list("You feel good.","You feel relaxed.","You feel alert and focused.")
value = 2
alchohol_affected = FALSE
/singleton/reagent/mental/nicotine/overdose(var/mob/living/carbon/M, var/alien, var/removed, var/scale, var/datum/reagents/holder)
..()