mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
gives back egg_type to nurse spider
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user