disposal atom flushed signal (#18527)

This commit is contained in:
Will
2025-09-18 19:12:22 +02:00
committed by GitHub
parent f37b92d3a0
commit 743829eb05
2 changed files with 3 additions and 0 deletions
@@ -53,6 +53,7 @@
if(istype(AM, /mob/living/silicon/robot/drone))
var/mob/living/silicon/robot/drone/drone = AM
src.destinationTag = drone.mail_destination
SEND_SIGNAL(AM, COMSIG_ATOM_DISPOSAL_FLUSHED, src)
// movement process, persists while holder is moving through pipes
/obj/structure/disposalholder/proc/move()