Merge pull request #7461 from Citadel-Station-13/kevinz000-patch-3

you can no longer telekenetically cover yourself with a bedsheet
This commit is contained in:
deathride58
2018-08-17 16:50:04 -04:00
committed by GitHub
@@ -27,6 +27,8 @@ LINEN BINS
..()
/obj/item/bedsheet/attack_self(mob/user)
if((loc != user) && !Adjacent(user))
return
if(!user.dropItemToGround(src))
return
if(layer == initial(layer))