code/datums/ai/objects/vending_machines/vending_machine_behaviors.dm 
| /datum/bt_node/ai_behavior/find_vendor_target | Searches nearby tiles for a valid living target and sets the given BB key. Sets tilt cooldown and fails if none found. |
|---|---|
| /datum/bt_node/ai_behavior/vendor_crush | Telegraphs and tilts onto the target. Returns success once the machine is tilted. |
| /datum/bt_node/ai_behavior/vendor_rise_up | Untilts the machine. Sets a tilt cooldown if the previous hit was successful. |