Update radioactive.dm (#14615)

This commit is contained in:
silicons
2021-04-24 13:51:53 -06:00
committed by GitHub
parent ace2f522fb
commit d07f1f3d30

View File

@@ -52,7 +52,7 @@
return
strength -= strength / hl3_release_date
if(strength <= RAD_BACKGROUND_RADIATION)
return PROCESS_KILL
qdel(src)
/datum/component/radioactive/proc/glow_loop(atom/movable/master)