Merge pull request #927 from Citadel-Station-13/upstream-merge-27152

[MIRROR] Zombies can see in the dark
This commit is contained in:
LetterJay
2017-05-12 23:54:09 -04:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
@@ -16,6 +16,7 @@
no_equip = list(slot_wear_mask, slot_head)
armor = 20 // 120 damage to KO a zombie, which kills it
speedmod = 2
mutanteyes = /obj/item/organ/eyes/night_vision/zombie
/datum/species/zombie/infectious/spec_life(mob/living/carbon/C)
. = ..()
+3
View File
@@ -64,6 +64,9 @@
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE
sight_flags = SEE_MOBS
/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."
///Robotic