Admin verbs updated some more:

Give spell, make space ninja, godmode, build mode and gib are no longer verbs. They have been moved to the view variables panel. Attack log was removed as a verb. Please use the view variables panel to see the attack log.
screenshot: http://www.kamletos.si/admin_verbs.PNG

In addition "explosion", "em pulse", "gib", "make space ninja" and "give spell" now have confirmation boxes or the ability to cancel

Okay, so if there are any requests for verbs to be restored (keyboard-admins) please contact me and we'll arrange something.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2237 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-09-20 21:24:07 +00:00
parent c586e285f7
commit 80ed72e1dd
5 changed files with 105 additions and 23 deletions
+2 -1
View File
@@ -151,8 +151,9 @@
// world << "[src] ~ [src.bodytemperature] ~ [temperature]"
return temperature
/mob/proc/get_contents()
/mob/living/proc/get_contents()
/mob/living/get_contents()
var/list/L = list()
L += src.contents
for(var/obj/item/weapon/storage/S in src.contents)