Reverts nicotine addiction changes

This commit is contained in:
Krausus
2015-04-30 22:30:53 -04:00
parent 96f2a087ad
commit 7651325497
2 changed files with 2 additions and 8 deletions
@@ -200,12 +200,6 @@ CIGARETTE PACKETS ARE IN FANCY.DM
C << "<span class='notice'>Your [name] no longer tastes the same...</span>"
else // else just remove some of the reagents
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)
return
/obj/item/clothing/mask/cigarette/proc/die()