/tg/ Station 13 - Modules - Types

code/modules/mob/living/basic/space_fauna/hivebot/hivebot_behavior.dm

/datum/bt_node/subtree/relay_to_hive_partnerMoves to the hive partner in BB_HIVE_PARTNER, relays a message, then clears the key. The partner is found by a separate acquire_target leaf in the controller tree.
/datum/bt_node/ai_behavior/relay_messageSays a random binary string to a hive partner. Movement to the partner is handled in the tree via a move_to_target leaf; the target key is cleared by a clear_key leaf.
/datum/bt_node/ai_behavior/hunt_target/repair_machinesRepairs a damaged machine once in range. Finding the machine is a separate acquire_target leaf; movement is a move_to_target leaf.