mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 20:14:31 +01:00
Weakref cleanup (#19382)
* oh god help * fixes * oops * container runtime --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user