From 51b691b68944e22fd7a424eedfc5fb39ea064457 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Mon, 4 Dec 2017 01:06:51 -0500 Subject: [PATCH] it works --- code/modules/surgery/organs/subtypes/tajaran.dm | 5 ----- code/modules/surgery/organs/subtypes/vulpkanin.dm | 7 +------ 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/code/modules/surgery/organs/subtypes/tajaran.dm b/code/modules/surgery/organs/subtypes/tajaran.dm index f1cc0f695a0..9a1e3fb5c5f 100644 --- a/code/modules/surgery/organs/subtypes/tajaran.dm +++ b/code/modules/surgery/organs/subtypes/tajaran.dm @@ -5,11 +5,6 @@ /obj/item/organ/internal/eyes/tajaran name = "tajaran eyeballs" species = "Tajaran" - dark_view = 8 - -/obj/item/organ/internal/eyes/tajaran/cblind //Most Tajara see in full colour as a result of genetic augmentation. - name = "unmodified tajaran eyeballs" - species = "Tajaran" colourblind_matrix = MATRIX_TAJ_CBLIND //The colour matrix and darksight parameters that the mob will recieve when they get the disability. dark_view = 8 diff --git a/code/modules/surgery/organs/subtypes/vulpkanin.dm b/code/modules/surgery/organs/subtypes/vulpkanin.dm index 422607fcff1..979b5180bbb 100644 --- a/code/modules/surgery/organs/subtypes/vulpkanin.dm +++ b/code/modules/surgery/organs/subtypes/vulpkanin.dm @@ -6,12 +6,7 @@ /obj/item/organ/internal/eyes/vulpkanin name = "vulpkanin eyeballs" species = "Vulpkanin" - dark_view = 8 - -/obj/item/organ/internal/eyes/vulpkanin/cblind //Most Vulpkanin see in full colour as a result of genetic augmentation. - name = "unmodified vulpkanin eyeballs" - species = "Vulpkanin" - colourblind_matrix = MATRIX_VULP_CBLIND //The colour matrix and darksight parameters that the mob will recieve when they get the disability. + colourmatrix = MATRIX_VULP_CBLIND dark_view = 8 /obj/item/organ/internal/eyes/vulpkanin/wolpin //Being the lesser form of Vulpkanin, Wolpins have an utterly incurable version of their colourblindness.