Makes Rotting Genetics unselectable by no-dna creatures (#19223)

* Exclusions

* Update positive.dm
This commit is contained in:
Cameron Lennox
2026-02-24 16:04:44 -05:00
committed by GitHub
parent 016c4fe739
commit c8b3d9d78d
2 changed files with 4 additions and 0 deletions
@@ -171,6 +171,8 @@
activation_message="You feel sore..."
primitive_expression_messages=list("shudders.","gasps.","chokes.")
added_component_path = /datum/component/rotting_disability
excludes = list(/datum/trait/positive/stable_genetics)
banned_species = list(/datum/species/protean, /datum/species/shapeshifter/promethean)
/datum/trait/negative/disability_gibbing
@@ -471,6 +471,8 @@
cost = 2
custom_only = TRUE
var_changes = list("flags" = NO_DNA)
excludes = list(/datum/trait/negative/disability_deteriorating)
banned_species = list(/datum/species/protean, /datum/species/shapeshifter/promethean)
/datum/trait/positive/weaver/xenochimera
sort = TRAIT_SORT_SPECIES