From e70b7143b13f56da1816c7a0872b902a06d99dc9 Mon Sep 17 00:00:00 2001 From: Kyep Date: Thu, 21 Jul 2016 01:59:22 -0700 Subject: [PATCH] Deletes 3 --- code/modules/mob/living/living.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index e2640dec229..93c5dbf871f 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -672,8 +672,6 @@ if(silent) put_in_hands(what) add_logs(who, src, "stripped", addition="of [what]") - if(who.player_logged) - to_chat(src,"Warning: looting from SSD players (like [who]) is forbidden unless you have ahelped first and got permission.") // The src mob is trying to place an item on someone // Override if a certain mob should be behave differently when placing items (can't, for example)