Skip to content

Commit

Permalink
[MIRROR] nerf nurse spiderling injection
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SierraHelper committed Oct 14, 2023
1 parent 39dbd73 commit f9c0d1d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f9c0d1d

Please sign in to comment.