From dffa42ace16db92734736ae5e39dd785eb88c83d Mon Sep 17 00:00:00 2001 From: "johnsonmt88@gmail.com" Date: Sat, 14 Jul 2012 01:08:05 +0000 Subject: [PATCH] Ahem.. verb for all users that spams the world with their contents, maybe that shouldn't be a thing. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4065 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/mob/living/living.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index c3978fd33dc..05ece8c390d 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -153,9 +153,6 @@ /mob/proc/get_contents() -/mob/verb/getthecontents() - for(var/obj/O in src.get_contents()) - world << "[O]" //Recursive function to find everything a mob is holding. /mob/living/get_contents(var/obj/item/weapon/storage/Storage = null)