From 92ef19b8b9b9ed5b761d5d866ec1fbcb3b867e9f Mon Sep 17 00:00:00 2001 From: Kyle Franz Date: Fri, 18 Jul 2014 23:05:14 -0700 Subject: [PATCH] Don't make imprisoned players lose all thier stuff --- code/modules/admin/topic.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index d57524ce900..aa744e71293 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -986,13 +986,6 @@ usr << "This cannot be used on instances of type /mob/living/silicon/ai" return - for(var/obj/item/I in M) - M.unEquip(I) - if(I) - I.loc = M.loc - I.layer = initial(I.layer) - I.dropped(M) - M.Paralyse(5) sleep(5) M.loc = pick(prisonwarp)