From a54c9632fa41fb08a381ebb3376fc56ea8d94a70 Mon Sep 17 00:00:00 2001 From: The-Albinobigfoot Date: Fri, 11 Dec 2015 13:52:12 -0800 Subject: [PATCH] Shadowpeople (i.e. ???) born of the Wish-granter can now properly see in the dark as (presumably) intended :cl: bugfix: The Wishgranter now displays its faith in humans with a bit less enthusiasm. /:cl: --- code/modules/mob/living/carbon/human/species_types.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types.dm b/code/modules/mob/living/carbon/human/species_types.dm index 69732a8e1a4..f2240d7ad07 100644 --- a/code/modules/mob/living/carbon/human/species_types.dm +++ b/code/modules/mob/living/carbon/human/species_types.dm @@ -163,6 +163,7 @@ datum/species/human/spec_death(gibbed, mob/living/carbon/human/H) name = "???" id = "shadow" darksight = 8 + invis_sight = SEE_INVISIBLE_MINIMUM sexes = 0 ignored_by = list(/mob/living/simple_animal/hostile/faithless) meat = /obj/item/weapon/reagent_containers/food/snacks/meat/slab/human/mutant/shadow