Fixes swarmeers cancelling their own reproduction (#31234)

This commit is contained in:
PollardTheDragon
2025-12-12 15:51:26 -05:00
committed by GitHub
parent 969f8a3916
commit e5f0a6fffb
@@ -119,6 +119,7 @@
/// REPLICATE
/datum/ai_behavior/swarmer_replicate
required_distance = 0
action_cooldown = 5 SECONDS
behavior_flags = AI_BEHAVIOR_CAN_PLAN_DURING_EXECUTION
/datum/ai_behavior/swarmer_replicate/setup(datum/ai_controller/controller, action_key)