Skip to content

Commit

Permalink
Update radioactive.dm (#14615)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons authored Apr 24, 2021
1 parent ace2f52 commit d07f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/radioactive.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d07f1f3

Please sign in to comment.