mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user