Fixed menthol cigarette runtime

This commit is contained in:
Atermonera
2020-03-10 00:40:11 -07:00
committed by VirgoBot
parent fb0ebd5627
commit 7d522fe449

View File

@@ -1378,3 +1378,17 @@
M.adjustOxyLoss(-4 * removed)
M.adjustToxLoss(-2 * removed)
M.adjustCloneLoss(-2 * removed)
<<<<<<< HEAD
=======
/datum/reagent/menthol
name = "Menthol"
id = "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
>>>>>>> aee62cf... Merge pull request #6797 from Cerebulon/mentholfix