diff --git a/modular_splurt/code/datums/traits/good.dm b/modular_splurt/code/datums/traits/good.dm index a340cfba30..eb557e3ddc 100644 --- a/modular_splurt/code/datums/traits/good.dm +++ b/modular_splurt/code/datums/traits/good.dm @@ -51,7 +51,7 @@ /datum/quirk/rad_fiend name = "Rad Fiend" desc = "You've been blessed by Cherenkov's warming light, causing you to emit a subtle glow at all times. Only -very- intense radiation is capable of penetrating your protective barrier." - value = 2 //Was commented to lower this. + value = 2 mob_trait = TRAIT_RAD_FIEND gain_text = span_notice("You feel empowered by Cherenkov's glow.") lose_text = span_notice("You realize that rads aren't so rad.")