From f50b370fd137b086130c3500dd54315d34ef6690 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 14 Aug 2018 21:56:44 -0700 Subject: [PATCH] Update bedsheet_bin.dm --- code/game/objects/structures/bedsheet_bin.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index 85e498e9e4..00b30b1356 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -27,6 +27,8 @@ LINEN BINS ..() /obj/item/bedsheet/attack_self(mob/user) + if(loc != user) + return if(!user.dropItemToGround(src)) return if(layer == initial(layer))