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
+2
View File
@@ -31,6 +31,8 @@ Gunshots/explosions/opening doors/less rare audio (done)
if(halitem.len)
remove_hallucination_item()
our_human = null
halbody = null
halimage = null
. = ..()
/datum/component/hallucinations/proc/make_timer()
+1
View File
@@ -47,6 +47,7 @@
. = ..()
clear_every_clients_images()
qdel_all_images()
clients.Cut()
/obj/effect/fake_attacker/proc/create_images_from(var/atom/clone)
SHOULD_NOT_OVERRIDE(TRUE)