Update bedsheet_bin.dm

This commit is contained in:
kevinz000
2018-08-14 21:57:49 -07:00
committed by GitHub
parent f50b370fd1
commit 6166d15d40
+1 -1
View File
@@ -27,7 +27,7 @@ LINEN BINS
..()
/obj/item/bedsheet/attack_self(mob/user)
if(loc != user)
if((loc != user) && !Adjacent(user))
return
if(!user.dropItemToGround(src))
return