diff --git a/code/modules/surgery/organs/subtypes/tajaran_organs.dm b/code/modules/surgery/organs/subtypes/tajaran_organs.dm index 2f83bad01b6..d10c34ea849 100644 --- a/code/modules/surgery/organs/subtypes/tajaran_organs.dm +++ b/code/modules/surgery/organs/subtypes/tajaran_organs.dm @@ -8,7 +8,7 @@ name = "tajaran eyeballs" colourblind_matrix = MATRIX_TAJ_CBLIND //The colour matrix and darksight parameters that the mob will receive when they get the disability. replace_colours = TRITANOPIA_COLOR_REPLACE - see_in_dark = 4 + see_in_dark = 3 /// Being the lesser form of Tajara, Farwas have an utterly incurable version of their colourblindness. /obj/item/organ/internal/eyes/tajaran/farwa diff --git a/code/modules/surgery/organs/subtypes/vulpkanin_organs.dm b/code/modules/surgery/organs/subtypes/vulpkanin_organs.dm index 92af49afb25..87b063004ee 100644 --- a/code/modules/surgery/organs/subtypes/vulpkanin_organs.dm +++ b/code/modules/surgery/organs/subtypes/vulpkanin_organs.dm @@ -8,7 +8,7 @@ icon = 'icons/obj/species_organs/vulpkanin.dmi' colourblind_matrix = MATRIX_VULP_CBLIND //The colour matrix and darksight parameters that the mob will receive when they get the disability. replace_colours = PROTANOPIA_COLOR_REPLACE - see_in_dark = 4 + see_in_dark = 3 /// Being the lesser form of Vulpkanin, Wolpins have an utterly incurable version of their colourblindness. /obj/item/organ/internal/eyes/vulpkanin/wolpin