Skip to content

Commit

Permalink
Make radiation waves return QDEL_HINT_IWILLGC (tgstation#39851)
Browse files Browse the repository at this point in the history
None of their functionality depends on being referenced by anything so the only
possible issue is if some future coder fucks it up
  • Loading branch information
ninjanomnom authored and SpaceManiac committed Aug 23, 2018
1 parent f7cfb2b commit 2f38918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/datums/radiation_wave.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2f38918

Please sign in to comment.