code/modules/mob/living/basic/lavaland/gutlunchers/gutlunchers_ai.dm 
| /datum/bt_node/ai_behavior/hunt_target/interact_with_target/food_trough | Interacts with the food trough to eat ore, then clears the hungry flag. |
|---|---|
| /datum/bt_node/ai_behavior/befriend_ashwalkers | Find nearby ashwalkers (which we share the FACTION_ASHWALKERS faction with), we love lizards. |
| /datum/bt_node/ai_behavior/find_parent | Searches for and moves to a parent mob (of types in BB_FIND_MOM_TYPES), sets BB_FOUND_MOM. |
| /datum/bt_node/subtree/pet_command/mine_walls | Mine walls pet command subtree: find mineral wall -> move to it -> mine it -> clear command. |