library category fixes, moved edit appearence->fun where it should be

This commit is contained in:
Tastyfish
2011-12-25 00:52:36 -05:00
parent baef1bdad7
commit 31a2f6d5ef
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -762,7 +762,7 @@
/client/proc/editappear(mob/living/carbon/human/M as mob in world)
set name = "Edit Appearance"
set category = "Admin"
set category = "Fun"
if(!istype(M, /mob/living/carbon/human))
usr << "\red You can only do this to humans!"
return