1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 18:27:55 +00:00

Merge pull request #180 from jruderman/gala_keys

Resolve conflict between 'Galápagos shading' and 'teleport'
This commit is contained in:
Zeno Rogue
2021-07-04 09:36:34 +02:00
committed by GitHub

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