From 7d6f22ae2e15d3e540981749db3585c2fa038b71 Mon Sep 17 00:00:00 2001 From: Sebbe9123 <31856346+Sebbe9123@users.noreply.github.com> Date: Mon, 25 Feb 2019 11:13:40 +0100 Subject: [PATCH] gives back egg_type to nurse spider --- .../living/simple_mob/subtypes/animal/giant_spider/nurse.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm index b159b6dd87d..2215bf9cfa4 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/giant_spider/nurse.dm @@ -23,7 +23,7 @@ var/fed = 0 // Counter for how many egg laying 'charges' the spider has. var/egg_inject_chance = 25 // One in four chance to get eggs. - egg_type = /obj/effect/spider/eggcluster/small //VORESTATION AI TEMPORARY EDIT + var/egg_type = /obj/effect/spider/eggcluster/small var/web_type = /obj/effect/spider/stickyweb/dark @@ -227,4 +227,4 @@ if(istype(the_target, /obj)) var/obj/O = the_target if(!O.anchored) - return TRUE \ No newline at end of file + return TRUE