Tweaked reagent colours.

This commit is contained in:
Fermi
2019-06-23 20:33:07 +01:00
parent fdba8c000f
commit 26cd24a79d
3 changed files with 7 additions and 7 deletions
@@ -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 hosts 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
@@ -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()
..()
@@ -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