mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Remove a debug qdel() command.
Made atmos_alert computers GC (hopefully) and not runtime (known).
This commit is contained in:
@@ -111,14 +111,14 @@ var/list/uncollectable_vars=list(
|
||||
for(var/atom/movable/everything in world)
|
||||
qdel(everything)
|
||||
*/
|
||||
|
||||
/*
|
||||
// Uncomment this verb and run it on things to report blockages.
|
||||
/atom/verb/qdel_test()
|
||||
set name = "qdel with test"
|
||||
set category = "Debug"
|
||||
set background = 1
|
||||
set src in world
|
||||
/*
|
||||
|
||||
qdel(src)
|
||||
for(var/datum/everything) //Yes this works.
|
||||
for(var/everyvar in everything.vars)
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
..()
|
||||
set_frequency(receive_frequency)
|
||||
|
||||
/obj/machinery/computer/atmos_alert/Destroy()
|
||||
radio_controller.remove_object(src, receive_frequency)
|
||||
..()
|
||||
|
||||
/obj/machinery/computer/atmos_alert/receive_signal(datum/signal/signal)
|
||||
if(!signal || signal.encryption) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user