| /datum/bt_node/decorator/bot_is_emagged | Gates child on pawn being emagged. Use invert = TRUE for the opposite. Checked each tick. |
|---|
| /datum/bt_node/decorator/bot_mode_flag | Gates child on pawn having the specified bot_mode_flag. Observes COMSIG_BOT_MODE_FLAGS_SET. |
|---|
| /datum/bt_node/decorator/bot_mode | Gates child on the pawn's current mode matching mode (e.g. BOT_DELIVER). Use invert = TRUE for the opposite. Checked each tick. |
|---|
| /datum/bt_node/decorator/bot_wire_cut | Gates child on the pawn's wire being cut. Use invert = TRUE to gate on the wire being intact. Checked each tick. |
|---|
| /datum/bt_node/decorator/bot_medical_flag | Gates child when pawn has the specified medical mode flag. Use invert = TRUE for the opposite. Checked each tick. |
|---|