Merge pull request #7023 from Mechoid/FixAndTweakRoiling

Roiling Mold Blob Fix/Tweak
This commit is contained in:
Atermonera
2020-04-22 15:53:57 -04:00
committed by VirgoBot
parent 3239a8e172
commit 2411a19038
2 changed files with 5 additions and 2 deletions
@@ -21,6 +21,7 @@
attack_message_synth = ", and your shell buckles"
attack_verb = "lashes"
spore_projectile = /obj/item/projectile/arc/spore
factory_type = /obj/structure/blob/factory/turret
/datum/blob_type/roiling_mold/proc/find_target(var/obj/structure/blob/B, var/tries = 0, var/list/previous_targets = null)
if(tries > 3)
@@ -33,7 +34,7 @@
previous_targets |= L
L = find_target(B, tries + 1, previous_targets)
return find_target(B, tries + 1, previous_targets)
return L