From c3017ca5667fb3e8cef2d0c76487d4cff6d759ac Mon Sep 17 00:00:00 2001 From: Robwo <31576505+R0bro@users.noreply.github.com> Date: Mon, 18 May 2026 12:25:20 -0400 Subject: [PATCH] Stops Teshari Eyes From Blinking (#5610) ## About The Pull Request Has anyone ever noticed how teshari will sometimes have little erroneous pixels above their heads? Well it turns out theres a variable to simply turn that off! ## Why It's Good For The Game One less tesh bug for the books. ## Proof Of Testing No images you'll just have to trust me on this one. ## Changelog :cl: Robwo fix: Teshari can no longer blink /:cl: --- modular_skyrat/modules/teshari/code/_teshari.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_skyrat/modules/teshari/code/_teshari.dm b/modular_skyrat/modules/teshari/code/_teshari.dm index d5d89a9febc..5905de9df61 100644 --- a/modular_skyrat/modules/teshari/code/_teshari.dm +++ b/modular_skyrat/modules/teshari/code/_teshari.dm @@ -65,6 +65,7 @@ /obj/item/organ/eyes/teshari name = "teshari eyes" eye_icon = 'modular_skyrat/modules/organs/icons/teshari_eyes.dmi' + blink_animation = FALSE /datum/species/teshari/prepare_human_for_preview(mob/living/carbon/human/tesh) var/base_color = "#c0965f"