Make radiation waves return QDEL_HINT_IWILLGC (#39851)

None of their functionality depends on being referenced by anything so the only
possible issue is if some future coder fucks it up
This commit is contained in:
Emmett Gaines
2018-08-23 01:20:38 -07:00
committed by Tad Hardesty
parent f7cfb2b46d
commit 2f38918498
+2 -1
View File
@@ -24,8 +24,9 @@
START_PROCESSING(SSradiation, src)
/datum/radiation_wave/Destroy()
. = QDEL_HINT_IWILLGC
STOP_PROCESSING(SSradiation, src)
return ..()
..()
/datum/radiation_wave/process()
master_turf = get_step(master_turf, move_dir)