mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-21 23:43:28 -07:00
Factorio: Add an Allow Collect Option
This commit is contained in:
@@ -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 %}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user