Merge pull request #14806 from farie82/disposals-force-eject

Implements force_eject_occupant for disposal units. Allowing disposaled SSDs to be cryod
This commit is contained in:
AffectedArc07
2020-11-07 09:26:57 +00:00
committed by GitHub
+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