Merge pull request #12565 from timothyteakettle/some-small-fixes

two small fixes
This commit is contained in:
Ghom
2020-06-23 03:36:16 +02:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
@@ -468,6 +468,7 @@
if(ReadHSV(temp_hsv)[3] >= ReadHSV("#7F7F7F")[3]) // mutantcolors must be bright
H.dna.features["mcolor"] = sanitize_hexcolor(new_color, 6)
H.update_body()
H.update_hair()
else
to_chat(H, "<span class='notice'>Invalid color. Your color is not bright enough.</span>")
else if(select_alteration == "Hair Style")