From 26c8afdc7e8045c138b36f3afb48cdcd89af802f Mon Sep 17 00:00:00 2001 From: Jesse Ruderman Date: Sat, 3 Jul 2021 03:05:23 -0700 Subject: [PATCH] =?UTF-8?q?Resolve=20conflict=20between=20'Gal=C3=A1pagos?= =?UTF-8?q?=20shading'=20and=20'teleport'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index 3a519e87..a89826a5 100644 --- a/help.cpp +++ b/help.cpp @@ -1179,7 +1179,7 @@ EX void gotoHelpFor(eLand l) { else listbeasts(); if(l == laTortoise) - help_extensions.push_back(help_extension{'t', XLAT("Galápagos shading"), [] () { + help_extensions.push_back(help_extension{'s', XLAT("Galápagos shading"), [] () { tortoise::shading_enabled = !tortoise::shading_enabled; }}); }