mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user