aboutsummaryrefslogtreecommitdiff
path: root/internal/player
diff options
context:
space:
mode:
Diffstat (limited to 'internal/player')
-rw-r--r--internal/player/player.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/player/player.go b/internal/player/player.go
index efe13e2..2f83c21 100644
--- a/internal/player/player.go
+++ b/internal/player/player.go
@@ -138,7 +138,7 @@ var OptionDefs = []OptionDef{
{"mix_all", OptBool, false, nil, "Auto-start mixing when only one product is possible"},
{"construct_all", OptBool, false, nil, "Auto-start constructing when only one product is possible"},
{"craft_all", OptBool, false, nil, "Auto-start crafting when only one product is possible"},
- {"safespot_alert", OptString, "{C4 bold}** Your safespot has been compromised! **{/}", nil, "Message shown when forced out of a safespot"},
+
{"danger_warning", OptBool, true, nil, "Confirm before entering a dangerous (hazardous) area"},
{"prompt_break", OptString, "on", []string{"on", "off"}, "Line break after prompt before output"},
}