Revert "Increases most radiation dose amounts" (#16445)

This commit is contained in:
variableundefined
2021-07-28 05:11:27 -04:00
committed by GitHub
parent c95f566cd1
commit fba7585b4e
5 changed files with 4 additions and 8 deletions
@@ -159,7 +159,7 @@
taste_description = "the colour blue and regret"
/datum/reagent/radium/on_mob_life(mob/living/M)
if(M.radiation < 800)
if(M.radiation < 80)
M.apply_effect(4, IRRADIATE)
return ..()