From fa6292dbd5592ff8b79079b086f3fba99eece23a Mon Sep 17 00:00:00 2001 From: Armhulen Date: Wed, 2 May 2018 19:23:44 -0700 Subject: [PATCH] deadly brain tumor now gives -3 points (#37455) * i can tweak it if need be yadda yadda one line change * ok lets be SENSIBLE. --- code/datums/traits/negative.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index 57284a2558..7be86b2595 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -96,7 +96,7 @@ /datum/trait/brainproblems name = "Brain Tumor" desc = "You have a little friend in your brain that is slowly destroying it. Better bring some mannitol!" - value = -2 + value = -3 gain_text = "You feel smooth." lose_text = "You feel wrinkled again." medical_record_text = "Patient has a tumor in their brain that is slowly driving them to brain death."