mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user