From f17c7acd2233d1715b327a6ebfd6eac66b8f81be Mon Sep 17 00:00:00 2001 From: Bm0n <92271472+Bm0n@users.noreply.github.com> Date: Wed, 12 Feb 2025 17:20:39 -0500 Subject: [PATCH] guess who's back? (#28324) Co-authored-by: Bmon --- code/modules/surgery/organs/subtypes/tajaran_organs.dm | 2 +- code/modules/surgery/organs/subtypes/vulpkanin_organs.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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