From 29c22f68c72abe12d57fca836a0a8fdc63bc84ee Mon Sep 17 00:00:00 2001 From: Fikou <23585223+Fikou@users.noreply.github.com> Date: Tue, 2 Nov 2021 03:07:45 +0100 Subject: [PATCH] brain washing now cures up to lobotomy tier traumas (#62426) About The Pull Request brain washing cures up to lobotomy tier traumas, instead of surgery Why It's Good For The Game if you wash a brain you already surgeried it so its kinda pointless, now the funny very rare item can also be useful and it encourages doing brain washing, leading to more rp opportunities Changelog cl balance: brain washing now cures up to lobotomy tier traumas /cl --- code/modules/mob/living/brain/brain_item.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/brain/brain_item.dm b/code/modules/mob/living/brain/brain_item.dm index 55dd809e6aa..53c73da528f 100644 --- a/code/modules/mob/living/brain/brain_item.dm +++ b/code/modules/mob/living/brain/brain_item.dm @@ -305,7 +305,7 @@ . = ..() if(HAS_TRAIT(brainwasher, TRAIT_BRAINWASHING)) setOrganDamage(0) - cure_all_traumas(TRAUMA_RESILIENCE_SURGERY) + cure_all_traumas(TRAUMA_RESILIENCE_LOBOTOMY) else setOrganDamage(BRAIN_DAMAGE_DEATH)