From 26cd24a79d315efcad8eb195f0a32b4a1c4d107d Mon Sep 17 00:00:00 2001 From: Fermi Date: Sun, 23 Jun 2019 20:33:07 +0100 Subject: [PATCH] Tweaked reagent colours. --- .../code/modules/reagents/chemistry/reagents/SDGF.dm | 4 ++-- .../code/modules/reagents/chemistry/reagents/enlargement.dm | 4 ++-- .../modules/reagents/chemistry/reagents/fermi_reagents.dm | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm index cdcc4c03b2..dc75bab9c3 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/SDGF.dm @@ -41,7 +41,7 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING name = "synthetic-derived growth factor" id = "SDGF" description = "A rapidly diving mass of Embryonic stem cells. These cells are missing a nucleus and quickly replicate a host’s DNA before growing to form an almost perfect clone of the host. In some cases neural replication takes longer, though the underlying reason underneath has yet to be determined." - color = "#60A584" // rgb: 96, 0, 255 + color = "#a502e0" // rgb: 96, 0, 255 var/playerClone = FALSE var/unitCheck = FALSE metabolization_rate = 0.5 * REAGENTS_METABOLISM @@ -221,7 +221,7 @@ IMPORTANT FACTORS TO CONSIDER WHILE BALANCING name = "synthetic-derived growth factor" id = "SDZF" description = "A horribly peverse mass of Embryonic stem cells made real by the hands of a failed chemist. This message should never appear, how did you manage to get a hold of this?" - color = "#60A584" // rgb: 96, 0, 255 + color = "#a502e0" // rgb: 96, 0, 255 metabolization_rate = 0.5 * REAGENTS_METABOLISM var/startHunger diff --git a/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm b/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm index 37224c9b94..0cc1f2b23f 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/enlargement.dm @@ -223,7 +223,7 @@ M.reagents.remove_reagent(id, 5) P = nP - P.cached_length = P.cached_length + 0.05 + P.cached_length = P.cached_length + 0.1 if (P.cached_length >= 20.5 && P.cached_length < 21) if(H.w_uniform || H.wear_suit) var/target = M.get_bodypart(BODY_ZONE_CHEST) @@ -282,6 +282,6 @@ //otherwise proceed as normal return..() - P.cached_length = P.cached_length - 0.05 + P.cached_length = P.cached_length - 0.1 P.update() ..() 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 2d496dbaa5..73337f2715 100644 --- a/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm +++ b/modular_citadel/code/modules/reagents/chemistry/reagents/fermi_reagents.dm @@ -72,7 +72,7 @@ name = "Hat growth serium" id = "hatmium" description = "A strange substance that draws in a hat from the hat dimention." - color = "#A080H4" // rgb: , 0, 255 + color = "#7c311a" // rgb: , 0, 255 taste_description = "like jerky, whiskey and an off aftertaste of a crypt." overdose_threshold = 25 DoNotSplit = TRUE @@ -114,7 +114,7 @@ name = "Furranium" id = "furranium" description = "OwO whats this?" - color = "#H04044" // rgb: , 0, 255 + color = "#f9b9bc" // rgb: , 0, 255 taste_description = "dewicious degenyewacy" metabolization_rate = 0.5 * REAGENTS_METABOLISM InverseChemVal = 0 @@ -185,7 +185,7 @@ name = "Naninte bain" id = "nanite_b_gone" description = "A stablised EMP that is highly volatile, shocking small nano machines that will kill them off at a rapid rate in a patient's system." - color = "#5a7267" + color = "#708f8f" overdose_threshold = 15 ImpureChem = "nanite_b_goneTox" //If you make an inpure chem, it stalls growth InverseChemVal = 0.25