[MIRROR] fixes various net and stasis cage bugs (#12952)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-08-09 04:36:04 -04:00
committed by GitHub
co-authored by Will
parent 79edd6dfba
commit a3828a36a1
2 changed files with 31 additions and 8 deletions
+2 -1
View File
@@ -149,7 +149,8 @@
M.can_pull_size = 0
else //Just unbuckled someone
M.can_pull_size = initial(M.can_pull_size)
qdel(src)
if(!QDELETED(src)) // Prevent a Qdel loop in situations where the net is deleted by ex_act or other means, and the mob unbuckles itself, only to call post_buckle_mob and try to delete it again.
qdel(src)
/obj/item/energy_net/shrink
name = "compactor energy net"