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:
SatinIsle
2023-04-15 14:03:49 +01:00
parent 6a51cf9908
commit a55ef3a8ce
@@ -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"