Hotfixes glowing (#18723)

This commit is contained in:
Cameron Lennox
2025-11-03 15:29:27 -05:00
committed by GitHub
parent 269f6494c0
commit 850bc7c5ad
2 changed files with 3 additions and 3 deletions
@@ -1800,7 +1800,7 @@
name = "Radioactive Glow"
desc = "You emit a glow when exposed to radiation! This does not prevent you from being harmed by radiation."
cost = 0
has_preferences = list("glow_color" = list(TRAIT_PREF_TYPE_COLOR, "Glow color", TRAIT_VAREDIT_TARGET_MOB, "#c3f314"))
has_preferences = list("glow_color" = list(TRAIT_PREF_TYPE_COLOR, "Glow color", TRAIT_NO_VAREDIT_TARGET, "#c3f314"))
added_component_path = /datum/component/radiation_effects
excludes = list(/datum/trait/positive/radioactive_heal)
@@ -549,8 +549,8 @@
cost = 6
is_genetrait = TRUE
hidden = FALSE
has_preferences = list("glow_color" = list(TRAIT_PREF_TYPE_COLOR, "Glow color", TRAIT_VAREDIT_TARGET_MOB, "#c3f314",),
"glow_enabled" = list(TRAIT_PREF_TYPE_BOOLEAN, "Glow enabled on spawn", TRAIT_VAREDIT_TARGET_MOB, FALSE))
has_preferences = list("glow_color" = list(TRAIT_PREF_TYPE_COLOR, "Glow color", TRAIT_NO_VAREDIT_TARGET, "#c3f314",),
"glow_enabled" = list(TRAIT_PREF_TYPE_BOOLEAN, "Glow enabled on spawn", TRAIT_NO_VAREDIT_TARGET, FALSE))
added_component_path = /datum/component/radiation_effects
excludes = list(/datum/trait/neutral/glowing_radiation, /datum/trait/positive/rad_resistance, /datum/trait/positive/rad_resistance_extreme, /datum/trait/positive/rad_immune, /datum/trait/negative/rad_weakness)