Changed a lot of things, too lazy to recall them atm. Attempted a shotgun-on-back fix, but didn't work.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@305 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-10-17 14:27:57 +00:00
parent f47e4661d8
commit 5490a3e40e
19 changed files with 4814 additions and 5035 deletions

View File

@@ -165,7 +165,7 @@
/client/proc/cmd_admin_add_random_ai_law()
set category = "Admin"
set category = "Fun"
set name = "Add Random AI Law"
if(!src.authenticated || !src.holder)
src << "Only administrators may use this command."
@@ -229,7 +229,7 @@
/client/proc/cmd_admin_add_freeform_ai_law()
set category = "Admin"
set category = "Fun"
set name = "Add Custom AI law"
if(!src.authenticated || !src.holder)
src << "Only administrators may use this command."
@@ -361,7 +361,7 @@
/client/proc/cmd_admin_gib_self()
set name = "Gibself"
set category = "Special Verbs"
set category = "Fun"
if (istype(src.mob, /mob/dead/observer)) // so they don't spam gibs everywhere
return
else