From 31e5769ff6a887dc942f851a2c927b15390369c8 Mon Sep 17 00:00:00 2001 From: PrismaticGynoid Date: Mon, 30 Jul 2018 22:08:31 -0700 Subject: [PATCH] Whoops, worded that wrong --- code/modules/client/preference_setup/traits/trait_defines.dm | 2 +- code/modules/mob/_modifiers/traits.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/client/preference_setup/traits/trait_defines.dm b/code/modules/client/preference_setup/traits/trait_defines.dm index fae2af8e8b..82e3aee738 100644 --- a/code/modules/client/preference_setup/traits/trait_defines.dm +++ b/code/modules/client/preference_setup/traits/trait_defines.dm @@ -100,7 +100,7 @@ /datum/trait/modifier/physical/colorblind_deuteranopia name = "Deuteranopia" - desc = "You have a form of red-green colorblindness. You cannot see greens, and have trouble distinguishing between yellows and reds." + desc = "You have a form of red-green colorblindness. You cannot see greens, and have trouble distinguishing them from yellows and reds." modifier_type = /datum/modifier/trait/colorblind_deuteranopia mutually_exclusive = list(/datum/trait/modifier/physical/colorblind_protanopia, /datum/trait/modifier/physical/colorblind_tritanopia, /datum/trait/modifier/physical/colorblind_monochrome) diff --git a/code/modules/mob/_modifiers/traits.dm b/code/modules/mob/_modifiers/traits.dm index 798501bb99..d0b0abfd89 100644 --- a/code/modules/mob/_modifiers/traits.dm +++ b/code/modules/mob/_modifiers/traits.dm @@ -92,7 +92,7 @@ /datum/modifier/trait/colorblind_deuteranopia name = "Deuteranopia" - desc = "You have a form of red-green colorblindness. You cannot see greens, and have trouble distinguishing between yellows and reds." + desc = "You have a form of red-green colorblindness. You cannot see greens, and have trouble distinguishing them from yellows and reds." client_color = MATRIX_Deuteranopia