/tg/ Station 13 - Modules - Types

code/datums/ai/generic_decorators/optional.dm

/datum/bt_node/decorator/optionalAlways reports SUCCESS to the parent, even if the child fails. Lets a sequence continue past a step that's allowed to fail. RUNNING still passes through unchanged.