Fixes a bug in change_hair_color()

This commit is contained in:
Cyantime
2017-11-23 20:15:22 -05:00
committed by GitHub
parent f1280b234b
commit 0276f27d2d

View File

@@ -95,7 +95,7 @@
return 1
/mob/living/carbon/human/proc/change_hair_color(var/red, var/green, var/blue)
if(red == r_eyes && green == g_eyes && blue == b_eyes)
if(red == r_hair && green == g_hair && blue == b_hair)
return
r_hair = red