Fixed up some boilerplate.

This commit is contained in:
Zuhayr
2015-03-26 23:24:56 +10:30
parent 7ac1e44628
commit 139edb4f9b
6 changed files with 11 additions and 21 deletions

View File

@@ -801,9 +801,7 @@ var/list/admin_verbs_mentor = list(
M.r_eyes = hex2num(copytext(new_eyes, 2, 4))
M.g_eyes = hex2num(copytext(new_eyes, 4, 6))
M.b_eyes = hex2num(copytext(new_eyes, 6, 8))
if(M.internal_organs_by_name["eyes"])
var/obj/item/organ/eyes/eyes = M.internal_organs_by_name["eyes"]
eyes.eye_colour = list(M.r_eyes,M.g_eyes,M.b_eyes)
M.update_eyes()
var/new_skin = input("Please select body color. This is for Tajaran, Unathi, and Skrell only!", "Character Generation") as color
if(new_skin)