From 85cd76fda6c12d4585d155f131c5768714098d5a Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:47:22 -0700 Subject: [PATCH] [MIRROR] Makes sizeoxadone more affordable (#12029) Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: Cameron Lennox --- code/modules/reagents/reactions/instant/instant_vr.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/reagents/reactions/instant/instant_vr.dm b/code/modules/reagents/reactions/instant/instant_vr.dm index 8d0207ec05..e85ad9cde3 100644 --- a/code/modules/reagents/reactions/instant/instant_vr.dm +++ b/code/modules/reagents/reactions/instant/instant_vr.dm @@ -5,9 +5,9 @@ name = REAGENT_SIZEOXADONE id = REAGENT_ID_SIZEOXADONE result = REAGENT_ID_SIZEOXADONE - required_reagents = list(REAGENT_ID_CRYPTOBIOLIN = 1, REAGENT_ID_TRAMADOL = 3) //CHOMPEdit: Replaced cloneadex with cryptobiolin, removed phoron - //catalysts = list(REAGENT_ID_PHORON = 5) CHOMPedit: Please no locking my scene tool behind phoron, please and thank you. - result_amount = 5 + required_reagents = list(REAGENT_ID_SODIUM = 1, REAGENT_ID_TRAMADOL = 1) + catalysts = list(REAGENT_ID_PHORON = 5) + result_amount = 2 /decl/chemical_reaction/instant/macrocillin name = REAGENT_MACROCILLIN