Don't make imprisoned players lose all thier stuff

This commit is contained in:
Kyle Franz
2014-07-18 23:05:14 -07:00
parent 3f12c04b27
commit 92ef19b8b9
-7
View File
@@ -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)