From 12bef8d55bc70f578d1c9c04a3ed8cda2c90dede Mon Sep 17 00:00:00 2001 From: FluffMedic <109300046+FluffMedic@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:05:53 -0400 Subject: [PATCH] Removes phoron from the base of the size chems (#7026) --- code/modules/reagents/reactions/instant/instant_vr.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/reactions/instant/instant_vr.dm b/code/modules/reagents/reactions/instant/instant_vr.dm index a3ea251f92..0d424f55de 100644 --- a/code/modules/reagents/reactions/instant/instant_vr.dm +++ b/code/modules/reagents/reactions/instant/instant_vr.dm @@ -5,8 +5,8 @@ name = "sizeoxadone" id = "sizeoxadone" result = "sizeoxadone" - required_reagents = list("clonexadone" = 1, "tramadol" = 3, "phoron" = 1) - catalysts = list("phoron" = 5) + required_reagents = list("cryptobiolin" = 1, "tramadol" = 3) //CHOMPEdit: Replaced cloneadex with cryptobiolin, removed phoron + //catalysts = list("phoron" = 5) CHOMPedit: Please no locking my scene tool behind phoron, please and thank you. result_amount = 5 /decl/chemical_reaction/instant/macrocillin