mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-30 15:39:54 +00:00
Merge pull request #180 from jruderman/gala_keys
Resolve conflict between 'Galápagos shading' and 'teleport'
This commit is contained in:
commit
34bce22715
2
help.cpp
2
help.cpp
@ -1179,7 +1179,7 @@ EX void gotoHelpFor(eLand l) {
|
|||||||
else listbeasts();
|
else listbeasts();
|
||||||
|
|
||||||
if(l == laTortoise)
|
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;
|
tortoise::shading_enabled = !tortoise::shading_enabled;
|
||||||
}});
|
}});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user