diff --git a/code/modules/client/preference_setup/traits/trait_defines.dm b/code/modules/client/preference_setup/traits/trait_defines.dm index fae2af8e8b5..82e3aee7385 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 798501bb995..d0b0abfd895 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