From 1f0dec53ffa688c9c28fc13088667c4f5c3947ad Mon Sep 17 00:00:00 2001 From: Fermi Date: Tue, 25 Jun 2019 23:13:22 +0100 Subject: [PATCH] Fixed wrong chem --- .../code/modules/reagents/chemistry/reagents/enlargement.dm | 2 ++ .../code/modules/reagents/reagent container/hypovial.dm | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm index 52aef76be0..0a4496566f 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm @@ -157,6 +157,7 @@ /datum/reagent/fermi/PEsmaller/hypo name = "Modesty milk" + id = "BEsmaller_hypo" description = "A medicine used to treat organomegaly in a patient's breasts." //////////////////////////////////////////////////////////////////////////////////////////////////// @@ -291,4 +292,5 @@ /datum/reagent/fermi/PEsmaller/hypo name = "Chastity draft" + id = "PEsmaller_hypo" description = "A medicine used to treat organomegaly in a patient's penis." diff --git a/modular_citadel/code/modules/reagents/reagent container/hypovial.dm b/modular_citadel/code/modules/reagents/reagent container/hypovial.dm index 82cfb08e68..37d5a59f4c 100755 --- a/modular_citadel/code/modules/reagents/reagent container/hypovial.dm +++ b/modular_citadel/code/modules/reagents/reagent container/hypovial.dm @@ -149,12 +149,12 @@ /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/breastreduction name = "pink hypovial (breast reduction)" icon_state = "hypovial-p" - comes_with = list("BEsmaller" = 30) + comes_with = list("BEsmaller_hypo" = 30) /obj/item/reagent_containers/glass/bottle/vial/small/preloaded/penisreduction name = "pink hypovial (penis reduction)" icon_state = "hypovial-p" - comes_with = list("PEsmaller" = 30) + comes_with = list("PEsmaller_hypo" = 30) /obj/item/reagent_containers/glass/bottle/vial/large/preloaded/CMO name = "deluxe hypovial"