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