Also fixes radiation causing reagents

This commit is contained in:
S34NW
2021-06-10 10:06:17 +01:00
parent 616e641d71
commit 2787fb14df
2 changed files with 2 additions and 2 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 ..()