Implements force_eject_occupant for disposal units

This commit is contained in:
joep van der velden
2020-11-01 16:37:28 +01:00
parent 4da9abeb50
commit b5bd9d3bab
+3
View File
@@ -502,6 +502,9 @@
if(user.stat == DEAD || !(user.sight & (SEEOBJS|SEEMOBS)))
user.overlay_fullscreen("remote_view", /obj/screen/fullscreen/impaired, 2)
/obj/machinery/disposal/force_eject_occupant(mob/target)
target.forceMove(get_turf(src))
// virtual disposal object
// travels through pipes in lieu of actual items
// contents will be items flushed by the disposal