Fixes custom item name.

This commit is contained in:
Ren Erthilo
2012-05-01 02:59:20 +01:00
parent 08f63d6408
commit 61cf24f087
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -501,6 +501,16 @@
del(M)
return
if(client && client.holder && (client.holder.state == 2))
client.admin_play()
return
M.key = client.key
M.Login()
return
/mob/verb/cmd_rules()
set name = "Rules"
set category = "OOC"