code/datums/ai/_ai_bt_decorators.dm 
| /datum/bt_node/decorator | Base decorator node. Wraps a single child with a condition check. |
|---|---|
| /datum/bt_node/decorator/override_id_set | Gates on whether the named override slot currently has an active override installed. Observes COMSIG_AI_OVERRIDE_SLOT_CHANGED so it reacts immediately when a command is set or cleared. |