[MIRROR] fix some remote view component desyncs and crashes (#11814)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-14 22:12:34 +02:00
committed by GitHub
co-authored by Will
parent b47246cc56
commit 9e39f50248
18 changed files with 65 additions and 15 deletions
+4 -1
View File
@@ -399,7 +399,10 @@
return
/obj/item/bikehorn/rubberducky/pink/container_resist(var/mob/living/escapee)
escapee.forceMove(get_turf(src))
if(isdisposalpacket(loc))
escapee.forceMove(loc)
else
escapee.forceMove(get_turf(src))
to_chat(escapee, span_vnotice("You managed to crawl out of the rubber ducky!"))
/obj/item/bikehorn/rubberducky/grey