From 868f9d86a2ae515b43954ec3fa546ffde85adc63 Mon Sep 17 00:00:00 2001 From: Eric Pierce Date: Sat, 18 Apr 2020 17:43:11 -0600 Subject: [PATCH] Use more accurate help text for z-level option This option is no longer considered "experimental", and it is not recommended to toggle it mid-game. --- src/options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.cpp b/src/options.cpp index 353d346160642..cb527d65f0865 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -2145,8 +2145,8 @@ void options_manager::add_options_world_default() add_empty_line(); - add( "ZLEVELS", "world_default", translate_marker( "Experimental z-levels" ), - translate_marker( "If true, experimental z-level maps will be enabled. Turn this off if you experience excessive slowdown." ), + add( "ZLEVELS", "world_default", translate_marker( "Z-levels" ), + translate_marker( "If true, enables several features related to vertical movement, such as hauling items up stairs, climbing downspouts, and flying aircraft. May cause problems if toggled mid-game." ), true );