Better Tourette's (#18385)

* Readds tourette's as a neutral, less obtrusive trait

* Fixes for loop

* Update neutral_genes.dm

* Wrong one!

* Update dna_injector.dm
This commit is contained in:
MeepleMuncher
2025-09-07 23:05:08 -04:00
committed by GitHub
parent 03134a74b6
commit 7f4b402c1d
6 changed files with 91 additions and 14 deletions
@@ -53,8 +53,8 @@
activation_message="You feel lightheaded."
primitive_expression_messages=list("trips.")
/datum/trait/negative/disability_tourettes
name = "Tourettes Syndrome"
/datum/trait/negative/disability_coprolalia
name = "Coprolalia"
desc = "You have periodic motor seizures, and cannot stop yourself from yelling profanity."
cost = -2
custom_only = FALSE
@@ -64,7 +64,7 @@
activation_message="You twitch."
primitive_expression_messages=list("twitches and chitters.")
added_component_path = /datum/component/tourettes_disability
added_component_path = /datum/component/coprolalia_disability
/* Replaced by /datum/trait/negative/blindness
/datum/trait/negative/disability_blind
@@ -26,3 +26,16 @@
activation_message="You feel nervous."
primitive_expression_messages=list("nervously chitters.")
added_component_path = /datum/component/nervousness_disability
/datum/trait/neutral/disability_tourettes
name = "Tourettes Syndrome"
desc = "You suffer from occasional motor and vocal tics, which are exacerbated during times of stress."
cost = 0 // Originally was -2
custom_only = FALSE
is_genetrait = FALSE
hidden = TRUE
activation_message="You twitch."
primitive_expression_messages=list("twitches and chitters.")
added_component_path = /datum/component/tourettes_disability