From a55ef3a8cebfe240f3c18efdeeacff7b74f1b23d Mon Sep 17 00:00:00 2001 From: SatinIsle Date: Sat, 15 Apr 2023 14:03:49 +0100 Subject: [PATCH] Removed Lipozine Plus I had accidentally left a copy of Lipozine Plus in from when I changed it to lipozilase. Removed that redundant copy. --- code/modules/reagents/reagents/medicine_vr.dm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/code/modules/reagents/reagents/medicine_vr.dm b/code/modules/reagents/reagents/medicine_vr.dm index fb80df695b1..f862990bbc7 100644 --- a/code/modules/reagents/reagents/medicine_vr.dm +++ b/code/modules/reagents/reagents/medicine_vr.dm @@ -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"