Changeling Blood Test (#18171)

* changeling blood

* more handling

* actually don't
This commit is contained in:
Will
2025-08-07 21:24:20 -04:00
committed by GitHub
parent fc7faa9ece
commit b8e26ac2a9
11 changed files with 47 additions and 5 deletions
@@ -249,6 +249,7 @@
var/rad_levels = NORMAL_RADIATION_RESISTANCE //For handle_mutations_and_radiation
var/rad_removal_mod = 1
var/ambulant_blood = FALSE // Force changeling blood effects
var/rarity_value = 1 // Relative rarity/collector value for this species.
var/economic_modifier = 2 // How much money this species makes
@@ -197,3 +197,15 @@
sdisability=SPINE
activation_message="Your legs shake..."
/datum/trait/negative/ambulant_blood
name = "Ambulant Blood"
desc = "Your blood reacts to hostile stimulation such as burning when seperated from your body, as if it was its own creature. You WILL be mistaken for a changeling, you may want to document this in your medical records."
var_changes = list("ambulant_blood" = TRUE)
cost = -1
is_genetrait = TRUE
hidden = FALSE
activity_bounds = DNA_HARDER_BOUNDS // Shouldn't be easy for genetics to find this
activation_message="You feel like there are spiders in your veins..."