mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 19:44:46 +01:00
Makes Rotting Genetics unselectable by no-dna creatures (#19223)
* Exclusions * Update positive.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user