Add the checks

This commit is contained in:
Dovixx
2020-09-19 23:16:59 +03:00
parent ff26229f34
commit b35a9f3af3
4 changed files with 5 additions and 3 deletions
@@ -117,7 +117,7 @@
/obj/structure/bed/roller/MouseDrop(over_object, src_location, over_location)
..()
if(over_object == usr && Adjacent(usr) && (in_range(src, usr) || usr.contents.Find(src)))
if(!ishuman(usr))
if(!ishuman(usr) || usr.incapacitated())
return
if(has_buckled_mobs())
return 0