mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Also fixes radiation causing reagents
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