Revert "Adds in the Kida"

This reverts commit a2fddc0fc1.
This commit is contained in:
Mloc-Argent
2013-07-12 12:22:35 +01:00
parent 6a714f3613
commit cf53dd7a10
14 changed files with 20 additions and 40 deletions
+1 -1
View File
@@ -651,7 +651,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, Kida, and Tajara can result in unintended consequences.",,"Yes","No"))
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"))
if("No")
return
var/new_facial = input("Please select facial hair color.", "Character Generation") as color