Adds ecigs and vaping (#6753)

* Adds ecigs and vaping

* Uncomments ssobj

Co-authored-by: lemon <lemon@localhost.localdomain>
This commit is contained in:
listerla
2020-03-06 07:09:24 -08:00
committed by GitHub
co-authored by lemon
parent a5b0c9126a
commit 02f97a116e
13 changed files with 286 additions and 2 deletions
@@ -50,3 +50,12 @@
var/obj/item/weapon/storage/fancy/cigarettes/cigarette_brand = cigarette
cigarettes[initial(cigarette_brand.name)] = cigarette_brand
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cigarettes))
/datum/gear/ecig
display_name = "electronic cigarette"
path = /obj/item/clothing/mask/smokable/ecig/util
/datum/gear/ecig/deluxe
display_name = "electronic cigarette, deluxe"
path = /obj/item/clothing/mask/smokable/ecig/deluxe
cost = 2
@@ -1377,3 +1377,13 @@
M.adjustOxyLoss(-4 * removed)
M.adjustToxLoss(-2 * removed)
M.adjustCloneLoss(-2 * removed)
/datum/reagent/menthol
name = "Menthol"
description = "Tastes naturally minty, and imparts a very mild numbing sensation."
taste_description = "mint"
reagent_state = LIQUID
color = "#80af9c"
metabolism = REM * 0.002
overdose = REAGENTS_OVERDOSE * 0.25
scannable = 1