Merge pull request #16147 from S34NW/rad_damage_normalise

Increases most radiation dose amounts
This commit is contained in:
variableundefined
2021-07-25 09:15:40 -04:00
committed by GitHub
5 changed files with 8 additions and 4 deletions
@@ -159,7 +159,7 @@
taste_description = "the colour blue and regret"
/datum/reagent/radium/on_mob_life(mob/living/M)
if(M.radiation < 80)
if(M.radiation < 800)
M.apply_effect(4, IRRADIATE)
return ..()