mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] fixes various net and stasis cage bugs (#12952)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
79edd6dfba
commit
a3828a36a1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user