From fad93ed2e49896f75a2fa5c35758f2d153e3fe88 Mon Sep 17 00:00:00 2001 From: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Date: Tue, 27 Jul 2021 12:54:33 +0100 Subject: [PATCH] Revert "uh oh that guy is glowing green (#16435)" This reverts commit 076e807731dded5beffd7877cb83ecca3e601235. --- code/datums/radiation_wave.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/radiation_wave.dm b/code/datums/radiation_wave.dm index 648cc7284e4..0c6f32c4555 100644 --- a/code/datums/radiation_wave.dm +++ b/code/datums/radiation_wave.dm @@ -109,7 +109,6 @@ 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