mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 05:06:50 +01:00
Adds ecigs and vaping (#6753)
* Adds ecigs and vaping * Uncomments ssobj Co-authored-by: lemon <lemon@localhost.localdomain>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user