From 0fb8b691eb19627d597097258142028c6dd00470 Mon Sep 17 00:00:00 2001 From: Anvilman6 <54463777+Anvilman6@users.noreply.github.com> Date: Fri, 17 Sep 2021 06:07:24 -0700 Subject: [PATCH] Sheltered nerf With the changes to Sheltered making it able to understand Common, simply not speak it, it needs updates to its' descriptive text and it also needs a drop in quirk point value. --- code/datums/traits/negative.dm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 5ef5b11654f3..b1cb74261eb3 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -596,11 +596,11 @@ /datum/quirk/sheltered name = "Sheltered" - desc = "You never learned galactic common." - value = -3 + desc = "You never learned to speak galactic common." + value = -1 mob_trait = TRAIT_SHELTERED - gain_text = span_danger("You do not understand galactic common.") - lose_text = span_notice("You start to put together what people are saying in galactic common.") + gain_text = span_danger("You do not speak galactic common.") + lose_text = span_notice("You start to put together how to speak galactic common.") medical_record_text = "Patient looks perplexed when questioned in galactic common."