mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Factorio can now change death link state at runtime.
This commit is contained in:
12
worlds/factorio/data/mod_template/settings.lua
Normal file
12
worlds/factorio/data/mod_template/settings.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
data:extend({
|
||||
{
|
||||
type = "bool-setting",
|
||||
name = "archipelago-death-link-{{ slot_player }}-{{ seed_name }}",
|
||||
setting_type = "runtime-global",
|
||||
{% if death_link %}
|
||||
default_value = true
|
||||
{% else %}
|
||||
default_value = false
|
||||
{% endif %}
|
||||
}
|
||||
})
|
Reference in New Issue
Block a user