gives back egg_type to nurse spider

This commit is contained in:
Sebbe9123
2019-02-25 11:13:40 +01:00
committed by GitHub
parent 4b19e3a9b3
commit 7d6f22ae2e
@@ -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
return TRUE