mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 06:40:08 +01:00
[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:
co-authored by
Will
Cameron Lennox
parent
d8b11e32ae
commit
ed7d46efb1
@@ -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