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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user