From d75b74b3c0e8da15cbc23da6684404182edab572 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 26 May 2024 10:52:32 -0400 Subject: [PATCH 1/2] Update other_reagents.dm --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 860396675ac..7c90830586b 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -943,7 +943,7 @@ randomize_human(H) -/datum/reagent/aslimetoxin +/*/datum/reagent/aslimetoxin name = "Advanced Mutation Toxin" description = "An advanced corruptive toxin produced by slimes." color = "#13BC5E" // rgb: 19, 188, 94 @@ -965,7 +965,7 @@ ghoulfriendly = TRUE /datum/reagent/gluttonytoxin/reaction_mob(mob/living/L, method=TOUCH, reac_volume) - L.ForceContractDisease(new /datum/disease/transformation/morph(), FALSE, TRUE) + L.ForceContractDisease(new /datum/disease/transformation/morph(), FALSE, TRUE)*/ /datum/reagent/serotrotium name = "Serotrotium" From 322a2784f78d41d5aa60823e89f217de03a2fd21 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 26 May 2024 10:57:09 -0400 Subject: [PATCH 2/2] Things I missed --- code/modules/reagents/chemistry/recipes/slime_extracts.dm | 4 ++-- code/modules/reagents/reagent_containers/syringes.dm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/reagents/chemistry/recipes/slime_extracts.dm b/code/modules/reagents/chemistry/recipes/slime_extracts.dm index ea33f7b844c..6316eed082c 100644 --- a/code/modules/reagents/chemistry/recipes/slime_extracts.dm +++ b/code/modules/reagents/chemistry/recipes/slime_extracts.dm @@ -425,13 +425,13 @@ //Black -/datum/chemical_reaction/slime/slimemutate2 +/*/datum/chemical_reaction/slime/slimemutate2 name = "Advanced Mutation Toxin" id = /datum/reagent/aslimetoxin results = list(/datum/reagent/aslimetoxin = 1) required_reagents = list(/datum/reagent/toxin/plasma = 1) required_other = TRUE - required_container = /obj/item/slime_extract/black + required_container = /obj/item/slime_extract/black*/ //Oil diff --git a/code/modules/reagents/reagent_containers/syringes.dm b/code/modules/reagents/reagent_containers/syringes.dm index 0b6aed03a8f..309a3bd9904 100644 --- a/code/modules/reagents/reagent_containers/syringes.dm +++ b/code/modules/reagents/reagent_containers/syringes.dm @@ -252,12 +252,12 @@ volume = 1 list_reagents = list(/datum/reagent/mulligan = 1) -/obj/item/reagent_containers/syringe/gluttony +/*/obj/item/reagent_containers/syringe/gluttony name = "Gluttony's Blessing" desc = "A syringe recovered from a dread place. It probably isn't wise to use." amount_per_transfer_from_this = 1 volume = 1 - list_reagents = list(/datum/reagent/gluttonytoxin = 1) + list_reagents = list(/datum/reagent/gluttonytoxin = 1)*/ /obj/item/reagent_containers/syringe/bluespace name = "bluespace syringe"