diff --git a/code/modules/reagents/newchem/toxins.dm b/code/modules/reagents/newchem/toxins.dm index 8668a0948f9..907ddc994b1 100644 --- a/code/modules/reagents/newchem/toxins.dm +++ b/code/modules/reagents/newchem/toxins.dm @@ -15,7 +15,7 @@ datum/reagent/polonium datum/reagent/polonium/on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom - M.radiation += 8 + M.apply_effect(8, IRRADIATE) ..() return @@ -742,4 +742,4 @@ datum/reagent/ants/on_mob_life(var/mob/living/M as mob) if(!M) M = holder.my_atom M.adjustBruteLoss(2) ..() - return \ No newline at end of file + return