some stuff from all around

This commit is contained in:
Enric Gabriel
2020-06-22 16:48:34 -03:00
parent 69bbddc43e
commit 178cddcf9d
7 changed files with 172 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/datum/quirk/hypnotic_stupor //straight from skyrat
name = "Hypnotic Stupor"
desc = "Your prone to episodes of extreme stupor that leaves you extremely suggestible."
value = 0
human_only = TRUE
gain_text = null // Handled by trauma.
lose_text = null
medical_record_text = "Patient has an untreatable condition with their brain, wiring them to be extreamly suggestible..."
/datum/quirk/hypnotic_stupor/add()
var/datum/brain_trauma/severe/hypnotic_stupor/T = new()
var/mob/living/carbon/human/H = quirk_holder
H.gain_trauma(T, TRAUMA_RESILIENCE_ABSOLUTE)