forgot to add category to edit appearence verb

This commit is contained in:
Tastyfish
2011-12-24 09:16:02 -05:00
parent 3f1d378f13
commit a0a49b6ee1
+1
View File
@@ -762,6 +762,7 @@
/client/proc/editappear(mob/living/carbon/human/M as mob in world)
set name = "Edit Appearance"
set category = "Admin"
if(!istype(M, /mob/living/carbon/human))
usr << "\red You can only do this to humans!"
return