diff --git a/lua/options/options.lua b/lua/options/options.lua index 330f8751d95..1ae4d631b32 100644 --- a/lua/options/options.lua +++ b/lua/options/options.lua @@ -665,6 +665,22 @@ options = { }, }, }, + + { + title = 'Factories share "Assist" to units', + key = 'factoryShareAssist', + type = 'toggle', + default = "true", + set = function(key, value, startup) + ConExecute("ui_ShareFactoryAssistCommandToUnits " .. value) + end, + custom = { + states = { + { text = "", key = "false" }, + { text = "", key = "true" }, + }, + }, + }, { title = "Hold alt to force attack move",