Removes Green Giant Spider from Gold Slime Cores (#21615)

* begone dchat and admin spam

* sirryan review
This commit is contained in:
matttheficus
2023-07-24 15:16:00 +01:00
committed by GitHub
parent bcea9d3377
commit eeca206ccf
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -57,8 +57,6 @@
icon_state = "eggs"
var/amount_grown = 0
var/player_spiders = FALSE
///Was this egg laid by a xenobiology mob? Used for mob capping
var/xenobiology_spawned = FALSE
var/list/faction = list("spiders")
flags_2 = CRITICAL_ATOM_2
@@ -80,7 +78,6 @@
var/obj/structure/spider/spiderling/S = new /obj/structure/spider/spiderling(loc)
S.faction = faction.Copy()
S.master_commander = master_commander
S.xenobiology_spawned = xenobiology_spawned
if(player_spiders)
S.player_spiders = TRUE
qdel(src)
@@ -108,7 +105,7 @@
pixel_y = rand(6,-6)
START_PROCESSING(SSobj, src)
AddComponent(/datum/component/swarming)
ADD_TRAIT(src, TRAIT_EDIBLE_BUG, "edible_bug") // Normally this is just used for mobs, but spiderlings are kind of that...
ADD_TRAIT(src, TRAIT_EDIBLE_BUG, "edible_bug") // Normally this is just used for mobs, but spiderlings are kind of that...
/obj/structure/spider/spiderling/Destroy()
STOP_PROCESSING(SSobj, src)