From 988b006a5bb9edb6465653566e7bdf8175347b8c Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 27 Jun 2026 16:50:41 -0400 Subject: feat: one-way map links, blocked paths on map, map grid startup validation, user colors for maps --- internal/player/player.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/player') diff --git a/internal/player/player.go b/internal/player/player.go index 1b59ab1..ea2487c 100644 --- a/internal/player/player.go +++ b/internal/player/player.go @@ -139,7 +139,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, "{196 bold}** Your safespot has been compromised! **{/}", nil, "Message shown when forced out of a safespot"}, + {"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"}, } -- cgit v1.2.3