TEMPORARY JOBBANS. By Lagius.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1725 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-06-25 13:43:49 +00:00
parent f639ece55d
commit 4945fdd2a9
7 changed files with 396 additions and 6 deletions

View File

@@ -326,6 +326,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
else
alert("Invalid mob")
/client/proc/cmd_admin_dress(var/mob/living/carbon/human/M in world)
set category = "Fun"
set name = "Select equipment"
@@ -414,4 +415,4 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
mopbucket.reagents.add_reagent("water", 100)
M.update_clothing()
return
return