mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
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:
@@ -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)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user