Fixes up Polonium to work with NO_DNA_RAD

Did a search through the codebase, thought it might be good to patch up
other things that touch the radiation variable.
This commit is contained in:
Crazylemon
2015-09-24 15:54:15 -07:00
parent 4744067c9a
commit 4c941a9072
+2 -2
View File
@@ -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
return