From b8f97ba926cc60011612b7f7365822c61ed185ce Mon Sep 17 00:00:00 2001 From: William Wallace Date: Tue, 8 Oct 2019 23:56:16 +0100 Subject: [PATCH] remove duplicate var definition in /mob/living/simple_animal/hostile/poison/giant_spider --- code/modules/mob/living/simple_animal/hostile/giant_spider.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm index 8b7958528a5..26c58d06410 100644 --- a/code/modules/mob/living/simple_animal/hostile/giant_spider.dm +++ b/code/modules/mob/living/simple_animal/hostile/giant_spider.dm @@ -27,7 +27,7 @@ emote_hear = list("chitters") speak_chance = 5 turns_per_move = 5 - see_in_dark = 10 + see_in_dark = 4 butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab/spider = 2, /obj/item/reagent_containers/food/snacks/spiderleg = 8) response_help_continuous = "pets" response_help_simple = "pet" @@ -48,7 +48,6 @@ attack_sound = 'sound/weapons/bite.ogg' unique_name = 1 gold_core_spawnable = HOSTILE_SPAWN - see_in_dark = 4 lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE var/playable_spider = FALSE var/datum/action/innate/spider/lay_web/lay_web