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
co-authored by Cameron Lennox
parent 47a0e04bae
commit fb4cf2e80a
34 changed files with 107 additions and 9 deletions
@@ -41,6 +41,7 @@
var/obj/machinery/shieldgen/SG = our_owner.resolve()
if(SG)
SG.deployed_shields -= src
our_owner = null
. = ..()
/obj/machinery/shield/attackby(obj/item/W as obj, mob/user as mob)