Adds in the Kida

Adds in the Kida Race to all parts.
This commit is contained in:
NicholasDV
2013-06-13 18:22:05 -04:00
parent f4fc9b40e8
commit a2fddc0fc1
15 changed files with 53 additions and 22 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ var/list/admin_verbs_mod = list(
if(!istype(M, /mob/living/carbon/human))
usr << "\red You can only do this to humans!"
return
switch(alert("Are you sure you wish to edit this mob's appearance? Skrell, Unathi, Vox and Tajaran can result in unintended consequences.",,"Yes","No"))
switch(alert("Are you sure you wish to edit this mob's appearance? Skrell, Unathi, Vox, Kida, and Tajara can result in unintended consequences.",,"Yes","No"))
if("No")
return
var/new_facial = input("Please select facial hair color.", "Character Generation") as color