From f9c0d1dfd2f67af84f0571332591f4d355b2d762 Mon Sep 17 00:00:00 2001 From: MuckerMayhem <1161516+MuckerMayhem@users.noreply.github.com> Date: Sat, 14 Oct 2023 21:23:45 +0300 Subject: [PATCH] [MIRROR] nerf nurse spiderling injection --- .../mob/living/simple_animal/hostile/giant_spider/nurse.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/simple_animal/hostile/giant_spider/nurse.dm b/code/modules/mob/living/simple_animal/hostile/giant_spider/nurse.dm index 631de88335e2c..141f95b076021 100644 --- a/code/modules/mob/living/simple_animal/hostile/giant_spider/nurse.dm +++ b/code/modules/mob/living/simple_animal/hostile/giant_spider/nurse.dm @@ -56,7 +56,11 @@ var/obj/item/organ/external/O = H.get_organ(target_zone) if(O) var/eggcount = 0 +<<<<<<< ours for(var/obj/effect/spider/eggcluster/E in O.implants) +======= + for(var/obj/spider/eggcluster/small/E in O.implants) +>>>>>>> theirs eggcount++ if(!eggcount) var/eggs = new egg_type(O, src)