From 2629402fa427d8f0e00e8e51fdfe4fb366f4c649 Mon Sep 17 00:00:00 2001 From: MrJWhit <48370570+MrJWhit@users.noreply.github.com> Date: Tue, 8 Oct 2019 14:53:00 -0400 Subject: [PATCH] Makes zombie smell through their eyes Gives zombie eyes the SEE_MOBS flag, the same as xenos, to let them "smell" living flesh. --- code/modules/surgery/organs/eyes.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/organs/eyes.dm b/code/modules/surgery/organs/eyes.dm index 98abb2528a..112a7f9c7b 100644 --- a/code/modules/surgery/organs/eyes.dm +++ b/code/modules/surgery/organs/eyes.dm @@ -71,6 +71,7 @@ /obj/item/organ/eyes/night_vision/zombie name = "undead eyes" desc = "Somewhat counterintuitively, these half-rotten eyes actually have superior vision to those of a living human." + sight_flags = SEE_MOBS /obj/item/organ/eyes/night_vision/nightmare name = "burning red eyes"