mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Add the checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user