Try and fix sandbox.

This commit is contained in:
Rob Nelson
2013-09-22 17:03:11 -07:00
parent aaf90ae8bf
commit 4f89ee930a
2 changed files with 8 additions and 9 deletions

View File

@@ -24,8 +24,11 @@ mob
sandbox.owner = src.ckey
if(src.client.holder)
sandbox.admin = 1
verbs += new/mob/proc/sandbox_panel
verbs += new /mob/proc/sandbox_panel
sandbox_panel()
set category = "Sandbox"
set name = "Sandbox Panel"
if(sandbox)
sandbox.update()