mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[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:
co-authored by
Will
parent
b47246cc56
commit
9e39f50248
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user