Update jellypeople.dm

This commit is contained in:
kevinz000
2020-06-19 19:31:38 -07:00
committed by GitHub
parent 2e8a2fee66
commit 354cc7d0c7
@@ -466,7 +466,7 @@
if(new_color)
var/temp_hsv = RGBtoHSV(new_color)
if(ReadHSV(temp_hsv)[3] >= ReadHSV("#7F7F7F")[3]) // mutantcolors must be bright
H.dna.features["mcolor"] = sanitize_hexcolor(new_color)
H.dna.features["mcolor"] = sanitize_hexcolor(new_color, 6)
H.update_body()
else
to_chat(H, "<span class='notice'>Invalid color. Your color is not bright enough.</span>")