code/modules/mob/living/basic/pets/orbie/orbie_ai.dm 
| /datum/bt_node/ai_behavior/acquire_target/update_interaction_target/find_playmate | Finds a nearby free orbie to play with and mutually registers as playmates. |
|---|---|
| /datum/targeting_strategy/playmate | Accepts an orbie that is free to play (no current playmate and not on playdate cooldown). |
| /datum/bt_node/ai_behavior/interact_with_playmate | plays with a nearby orbie |
| /datum/bt_node/ai_behavior/relay_pda_message | relays a pda message if orbie is level 2+ |
| /datum/pet_command/untargeted_ability/pet_lights | command to make our pet turn its lights on, we need to be level 2 to activate this ability |