Skip to content

Commit

Permalink
radbursts irradiate turfs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmunora committed Oct 18, 2023
1 parent a43fb38 commit 8855a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/events/radiation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
animate_flash_color_fill_inherit(T,"#FFDD00",1,5)
return
animate_flash_color_fill_inherit(T,"#00FF00",1,5)
T.AddComponent(/datum/component/radioactive, 40, TRUE, FALSE, 1)
for (var/mob/living/carbon/M in T.contents)
M.take_radiation_dose(rad_strength)
if (prob(mutate_prob) && M.bioHolder)
Expand Down Expand Up @@ -122,6 +123,7 @@
animate_flash_color_fill_inherit(T,"#FFDD00",1,5)
return
animate_flash_color_fill_inherit(T,"#0084ff",1,5)
T.AddComponent(/datum/component/radioactive, 40, TRUE, TRUE, 1)
for (var/mob/A in T.contents)
A.take_radiation_dose(rad_strength)
if(iscarbon(A))
Expand Down

0 comments on commit 8855a60

Please sign in to comment.