Magic mirrors are no longer scared of colorful ears and tails (#7112)

This commit is contained in:
GoldenAlpharex
2021-07-26 13:38:13 -04:00
committed by GitHub
parent 4801ef864c
commit 1426798fea
+1
View File
@@ -271,6 +271,7 @@
H.facial_hair_color = sanitize_hexcolor(new_face_color)
H.dna.update_ui_block(DNA_FACIAL_HAIR_COLOR_BLOCK)
H.update_hair()
H.update_mutant_bodyparts(force_update = TRUE) /// SKYRAT EDIT - Mirrors are no longer scared of colored ears
if(BODY_ZONE_PRECISE_EYES)
var/new_eye_color = input(H, "Choose your eye color", "Eye Color","#"+H.eye_color) as color|null