Weakref cleanup (#19382)

* oh god help

* fixes

* oops

* container runtime

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2026-04-21 04:57:02 -04:00
committed by GitHub
parent 47a0e04bae
commit fb4cf2e80a
34 changed files with 107 additions and 9 deletions
@@ -122,6 +122,7 @@
var/obj/structure/blob/core/B = weakref.resolve()
if(istype(B))
qdel(B)
blobs.Cut()
/datum/event2/event/blob/announce()
if(!ended) // Don't announce if the blobs die early.