mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Re-adds passive nicotine comment
Thanks for eating my comment, git.
This commit is contained in:
@@ -202,6 +202,7 @@ CIGARETTE PACKETS ARE IN FANCY.DM
|
||||
reagents.remove_any(REAGENTS_METABOLISM)
|
||||
|
||||
if(has_nicotine && iscarbon(loc) && (src == loc:wear_mask) && !smoker_is_synthetic)
|
||||
// If the cigarette has nicotine, make sure the smoker is getting a bit, even if it's not in the reagents
|
||||
var/mob/living/carbon/C = loc
|
||||
if (!C.reagents.has_reagent("nicotine"))
|
||||
C.reagents.add_reagent("nicotine", 0.1)
|
||||
|
||||
Reference in New Issue
Block a user