Fix some phased shadekin interactions (#19587)

* block those

* disposals

* wheelchair incorp check

* fix those

* not the issue

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2026-08-22 12:17:23 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent fd8598b191
commit e2e1b1f87d
3 changed files with 19 additions and 2 deletions
@@ -232,6 +232,8 @@
..()
/obj/structure/bed/chair/wheelchair/MouseDrop(over_object, src_location, over_location)
if(usr.is_incorporeal())
return
..()
if((over_object == usr && (in_range(src, usr) || usr.contents.Find(src))))
if(!ishuman(usr)) return