| /datum/bt_node/subtree/relay_to_hive_partner | Moves 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_message | Says 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_machines | Repairs a damaged machine once in range. Finding the machine is a separate
acquire_target leaf; movement is a move_to_target leaf. |
|---|