mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +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:
@@ -81,6 +81,10 @@
|
||||
|
||||
var/datum/weakref/buffered_anomaly = null
|
||||
|
||||
/obj/item/anomaly_scanner/Destroy()
|
||||
. = ..()
|
||||
buffered_anomaly = null
|
||||
|
||||
/obj/item/anomaly_scanner/attack_self(mob/living/user)
|
||||
. = ..(user)
|
||||
if(.)
|
||||
|
||||
Reference in New Issue
Block a user