Merge pull request #9808 from Incoming5643/march_of_the_snowflakes

WJohn's Hyper Customizable Lizard Sprites
This commit is contained in:
Cheridan
2015-06-14 17:40:20 -05:00
28 changed files with 517 additions and 76 deletions
+1 -1
View File
@@ -163,7 +163,7 @@
var/temp_hsv = RGBtoHSV(new_mutantcolor)
if(ReadHSV(temp_hsv)[3] >= ReadHSV("#7F7F7F")[3]) // mutantcolors must be bright
H.dna.mutant_color = sanitize_hexcolor(new_mutantcolor)
H.dna.features["mcolor"] = sanitize_hexcolor(new_mutantcolor)
else
H << "<span class='notice'>Invalid color. Your color is not bright enough.</span>"