mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Removed Lipozine Plus
I had accidentally left a copy of Lipozine Plus in from when I changed it to lipozilase. Removed that redundant copy.
This commit is contained in:
@@ -112,20 +112,6 @@
|
||||
if(prob(10)) //Miniscule chance of removing some toxins.
|
||||
M.adjustToxLoss(-10 * removed)
|
||||
|
||||
/datum/reagent/lipozineplus // The anti-nutriment that rapidly removes weight.
|
||||
name = "Lipozine Plus"
|
||||
id = "lipozineplus"
|
||||
description = "A chemical compound that causes a dangerously powerful fat-burning reaction."
|
||||
taste_description = "mothballs"
|
||||
reagent_state = LIQUID
|
||||
color = "#47AD6D"
|
||||
overdose = REAGENTS_OVERDOSE
|
||||
|
||||
/datum/reagent/lipozineplus/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
M.adjust_nutrition(-20 * removed)
|
||||
if(M.weight > 50)
|
||||
M.weight -= 0.3
|
||||
|
||||
/datum/reagent/lipozilase // The anti-nutriment that rapidly removes weight.
|
||||
name = "Lipozilase"
|
||||
id = "lipozilase"
|
||||
|
||||
Reference in New Issue
Block a user