diff --git a/code/datums/brain_damage/creepy_trauma.dm b/code/datums/brain_damage/creepy_trauma.dm index 79ce998c2b4..8872245e631 100644 --- a/code/datums/brain_damage/creepy_trauma.dm +++ b/code/datums/brain_damage/creepy_trauma.dm @@ -6,7 +6,7 @@ lose_text = "The voices in your head fall silent." can_gain = TRUE random_gain = FALSE - resilience = TRAUMA_RESILIENCE_SURGERY + resilience = TRAUMA_RESILIENCE_LOBOTOMY var/mob/living/obsession var/datum/objective/spendtime/attachedobsessedobj var/datum/antagonist/obsessed/antagonist diff --git a/code/datums/diseases/advance/symptoms/sensory.dm b/code/datums/diseases/advance/symptoms/sensory.dm index 5a2da318702..5857f9d1008 100644 --- a/code/datums/diseases/advance/symptoms/sensory.dm +++ b/code/datums/diseases/advance/symptoms/sensory.dm @@ -66,7 +66,7 @@ var/mob/living/carbon/C = M if(prob(10)) if(trauma_heal_severe) - C.cure_trauma_type(resilience = TRAUMA_RESILIENCE_LOBOTOMY) + C.cure_trauma_type(resilience = TRAUMA_RESILIENCE_SURGERY) else C.cure_trauma_type(resilience = TRAUMA_RESILIENCE_BASIC)