mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
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:
committed by
Tad Hardesty
parent
f7cfb2b46d
commit
2f38918498
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user