Fixed IPC getting high from smokables

This commit is contained in:
ZomgPonies
2014-04-28 19:05:27 -04:00
parent a5b3e3d567
commit 6d6592c60b
@@ -167,6 +167,8 @@ CIGARETTE PACKETS ARE IN FANCY.DM
if(reagents && reagents.total_volume) // check if it has any reagents at all
if(iscarbon(loc) && (src == loc:wear_mask)) // if it's in the human/monkey mouth, transfer reagents to the mob
var/mob/living/carbon/C = loc
if(C.flags & IS_SYNTHETIC)
return
if(prob(15)) // so it's not an instarape in case of acid
reagents.reaction(C, INGEST)
reagents.trans_to(C, REAGENTS_METABOLISM)