diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm index 8ada78fb8e..fb770d75d8 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm @@ -121,7 +121,7 @@ /datum/reagent/fermi/BEsmaller_hypo name = "Rectify milk" //Rectify color = "#E60584" - taste_description = "a milky ice cream like flavour." + taste_description = "a milky ice cream like flavour" metabolization_rate = 0.25 description = "A medicine used to treat organomegaly in a patient's breasts." var/sizeConv = list("a" = 1, "b" = 2, "c" = 3, "d" = 4, "e" = 5) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm index 33e8ad4613..537eb76a66 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm @@ -34,7 +34,7 @@ name = "Hat growth serium" description = "A strange substance that draws in a hat from the hat dimention." color = "#7c311a" // rgb: , 0, 255 - taste_description = "like jerky, whiskey and an off aftertaste of a crypt." + taste_description = "like jerky, whiskey and an off aftertaste of a crypt" metabolization_rate = 0.2 overdose_threshold = 25 chemical_flags = REAGENT_DONOTSPLIT | REAGENT_ALL_PROCESS