[MIRROR] Weakref cleanup (#12704)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-21 05:14:08 -04:00
committed by GitHub
co-authored by Will Cameron Lennox
parent d8b11e32ae
commit ed7d46efb1
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)