/tg/ Station 13 - Modules - Types

code/datums/ai/generic_behaviors/virtual_pick_up_item.dm

/datum/bt_node/ai_behavior/pick_up_item_virtualMoves the item at target_key onto the pawn and records it in storage_key. Does not use hands storage_key is the virtual carry slot. Clears target_key on finish.
/datum/bt_node/ai_behavior/pass_item_virtualPasses the item at storage_key to whoever is at delivery_key (must already be adjacent).