Factorio: Add an Allow Collect Option

This commit is contained in:
CaitSith2
2023-11-26 21:25:43 -08:00
parent f54f8622bb
commit 3738399348
6 changed files with 65 additions and 14 deletions

View File

@@ -26,5 +26,15 @@ data:extend({
{% else %}
default_value = false
{% endif %}
},
{
type = "bool-setting",
name = "archipelago-allow-collect-{{ slot_player }}-{{ seed_name }}",
setting_type = "runtime-global",
{% if allow_collect %}
default_value = true
{% else %}
default_value = false
{% endif %}
}
})