mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Hotfixes glowing (#18723)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user