From 0588af5f160beea60e2b7b8d12995d7333c2833f Mon Sep 17 00:00:00 2001 From: Heroman Date: Tue, 9 Apr 2019 18:39:17 +1000 Subject: [PATCH] Removes testing pill --- code/modules/reagents/Chemistry-Reagents_vr.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents_vr.dm b/code/modules/reagents/Chemistry-Reagents_vr.dm index 3244d9a02e9..611f286ab10 100644 --- a/code/modules/reagents/Chemistry-Reagents_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents_vr.dm @@ -28,13 +28,6 @@ BI.forceMove(torso) torso.implants += BI -/obj/item/weapon/reagent_containers/pill/amt - name = "amt pill" - -/obj/item/weapon/reagent_containers/pill/amt/Initialize() - . = ..() - reagents.add_reagent("advmutationtoxin", 1) - /datum/chemical_reaction/slime/sapphire_mutation name = "Slime Mutation Toxins" id = "slime_mutation_tox"