From b5bd9d3bab474e23d170aa892271f407d3454b51 Mon Sep 17 00:00:00 2001 From: joep van der velden Date: Sun, 1 Nov 2020 16:37:28 +0100 Subject: [PATCH] Implements force_eject_occupant for disposal units --- code/modules/recycling/disposal.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm index e6dd04408c2..abb37e45c2a 100644 --- a/code/modules/recycling/disposal.dm +++ b/code/modules/recycling/disposal.dm @@ -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