mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Merge pull request #16147 from S34NW/rad_damage_normalise
Increases most radiation dose amounts
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user