From b50f067a411f7c250f3309c97667f87a196f03e8 Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Sat, 7 Oct 2017 16:01:02 -0400 Subject: [PATCH] Allows acquisition of mutation toxin For adv mutation toxin, https://github.com/VOREStation/VOREStation/blob/bdf5ce72f87ce89f333278f43f173f923f5cb932/code/modules/reagents/Chemistry-Recipes_vr.dm#L237 This reaction has to occur. --- code/modules/reagents/Chemistry-Reagents_vr.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/reagents/Chemistry-Reagents_vr.dm b/code/modules/reagents/Chemistry-Reagents_vr.dm index c1ed10e52e7..6b10c009139 100644 --- a/code/modules/reagents/Chemistry-Reagents_vr.dm +++ b/code/modules/reagents/Chemistry-Reagents_vr.dm @@ -19,10 +19,10 @@ H.verbs += /mob/living/proc/set_size H.shapeshifter_set_colour("#05FF9B") //They can still change their color. -/datum/chemical_reaction/slime/sapphire_advmutation +/datum/chemical_reaction/slime/sapphire_mutation name = "Slime Mutation Toxins" - id = "adv_mutation" - result = "advmutationtoxin" + id = "slime_mutation_tox" + result = "mutationtoxin" required_reagents = list("blood" = 5) result_amount = 30 - required = /obj/item/slime_extract/sapphire \ No newline at end of file + required = /obj/item/slime_extract/sapphire