[MIRROR] Better Tourette's (#11583)

Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-09-07 20:39:49 -07:00
committed by GitHub
parent 0fee82d7f9
commit 2e63a86d17
7 changed files with 92 additions and 15 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 = TRUE //CHOMPEdit - Enable tourettes
hidden = FALSE //CHOMPEdit - Enable tourettes
activation_message="You twitch."
primitive_expression_messages=list("twitches and chitters.")
added_component_path = /datum/component/tourettes_disability