[s] Fixes several clingspider related runtimes and fixes spiderlings growing into infestation spiders (#21988)

* The fixes

* Steelslayer review
This commit is contained in:
DGamerL
2023-08-14 20:52:15 -05:00
committed by GitHub
parent b39f1ed204
commit c2f9228988
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -182,7 +182,7 @@
qdel(src)
return
if(!grow_as)
grow_as = pick(typesof(/mob/living/simple_animal/hostile/poison/giant_spider))
grow_as = pick(typesof(/mob/living/simple_animal/hostile/poison/giant_spider) - /mob/living/simple_animal/hostile/poison/giant_spider/hunter/infestation_spider)
var/mob/living/simple_animal/hostile/poison/giant_spider/S = new grow_as(loc)
S.faction = faction.Copy()
S.master_commander = master_commander