Reorganized and reworked admin_verbs.dm. Changed how Toggle Admin Verbs Visibility works.

Lowered how much running impacts nutrition.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@599 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Rygzengrho
2010-12-13 01:26:42 +00:00
parent ef103ccbea
commit 71118012b0
5 changed files with 1111 additions and 1182 deletions

View File

@@ -2146,11 +2146,11 @@ var/showadminmessages = 1
/obj/admins/proc/spawn_atom(var/object as text)
set category = "Special Verbs"
set desc="(atom path) Spawn an atom"
set name="Spawn"
set category = "Debug"
set desc= "(atom path) Spawn an atom"
set name= "Spawn Atom"
if(usr.client.holder.rank == "Coder")
if(usr.client.holder.level >= 5)
var/list/types = typesof(/atom)
var/list/matches = new()