Resolve conflict between 'Galápagos shading' and 'teleport'

This commit is contained in:
Jesse Ruderman 2021-07-03 03:05:23 -07:00
parent 7f8d978beb
commit 26c8afdc7e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}});
}