mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
12 lines
309 B
Lua
12 lines
309 B
Lua
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 %}
|
|
}
|
|
}) |