mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 11:38:12 +01:00
Changeling Blood Test (#18171)
* changeling blood * more handling * actually don't
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user