From 53dcdfe573977c6885ec77e5d49e5f63aaa1ff70 Mon Sep 17 00:00:00 2001 From: Kashargul <144968721+Kashargul@users.noreply.github.com> Date: Fri, 8 Dec 2023 00:25:32 +0100 Subject: [PATCH] minor fix (#7355) --- code/modules/events/radiation_storm.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/events/radiation_storm.dm b/code/modules/events/radiation_storm.dm index 2d874e1549..f2966ccc27 100644 --- a/code/modules/events/radiation_storm.dm +++ b/code/modules/events/radiation_storm.dm @@ -53,7 +53,6 @@ if(C.species.traits.Find(/datum/trait/positive/rad_immune)) chance -= (chance / 100) * 100 if(prob(round(chance, 0.01))) - if(prob(chance)) //CHOMPEdit End if (prob(75)) randmutb(H) // Applies bad mutation