Game folder
This commit is contained in:
@@ -27,7 +27,7 @@ LINEN BINS
|
||||
..()
|
||||
|
||||
/obj/item/bedsheet/attack_self(mob/user)
|
||||
if((loc != user) && !Adjacent(user))
|
||||
if(!user.CanReach(src)) //No telekenetic grabbing.
|
||||
return
|
||||
if(!user.dropItemToGround(src))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user