Shorten Change-mob-appearance name to prevent extra columns

This commit is contained in:
Tigercat2000
2015-08-05 14:34:46 -07:00
parent 930dde6e78
commit f7ffcfab1d
+2 -2
View File
@@ -552,7 +552,7 @@ var/list/admin_verbs_mentor = list(
src.holder.output_ai_laws()
/client/proc/change_human_appearance_admin(mob/living/carbon/human/H in world)
set name = "Change Mob Appearance - Admin"
set name = "C.M.A. - Admin"
set desc = "Allows you to change the mob appearance"
set category = "Admin"
@@ -565,7 +565,7 @@ var/list/admin_verbs_mentor = list(
feedback_add_details("admin_verb","CHAA") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
/client/proc/change_human_appearance_self(mob/living/carbon/human/H in world)
set name = "Change Mob Appearance - Self"
set name = "C.M.A. - Self"
set desc = "Allows the mob to change its appearance"
set category = "Admin"