From 060fd545d921ef484018af15bb13a7e793a8c028 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 3 Jul 2020 19:21:54 -0500 Subject: [PATCH] fuck NT, all my homies hate NT --- code/datums/traits/negative.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm index f57b8823..5ca3ba4e 100644 --- a/code/datums/traits/negative.dm +++ b/code/datums/traits/negative.dm @@ -160,9 +160,9 @@ /datum/quirk/lightless name = "Light Sensitivity" - desc = "Bright lights irritate you. Your eyes start to water, your skin feels itchy against the photon radiation, and your hair gets dry and frizzy. Maybe it's a medical condition. If only Nanotrasen was more considerate of your needs..." + desc = "Bright lights irritate you. Your eyes start to water, your skin feels itchy against the photon radiation, and your hair gets dry and frizzy. Maybe it's a medical condition. If only Kinaris was more considerate of your needs..." value = -1 - gain_text = "The safty of light feels off..." + gain_text = "The safety of light feels off..." lose_text = "Enlighing." /datum/quirk/lightless/on_process()