mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 11:07:46 +01:00
Merge pull request #6796 from VOREStation/upstream-merge-6797
[MIRROR] Fixed menthol cigarette runtime
This commit is contained in:
@@ -1378,3 +1378,14 @@
|
||||
M.adjustOxyLoss(-4 * removed)
|
||||
M.adjustToxLoss(-2 * removed)
|
||||
M.adjustCloneLoss(-2 * removed)
|
||||
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user