From 076e807731dded5beffd7877cb83ecca3e601235 Mon Sep 17 00:00:00 2001 From: S34N <12197162+S34NW@users.noreply.github.com> Date: Tue, 27 Jul 2021 10:46:26 +0100 Subject: [PATCH] uh oh that guy is glowing green (#16435) --- code/datums/radiation_wave.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/radiation_wave.dm b/code/datums/radiation_wave.dm index 0c6f32c4555..648cc7284e4 100644 --- a/code/datums/radiation_wave.dm +++ b/code/datums/radiation_wave.dm @@ -109,6 +109,7 @@ var/atom/thing = k if(QDELETED(thing)) continue + strength = strength / RAD_DOSAGE_MULTIPLIER //We don't want contamination murdering everyone instantly thing.rad_act(strength) // This list should only be for types which don't get contaminated but you want to look in their contents