mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-29 16:32:53 +00:00
Resolve conflict between 'Galápagos shading' and 'teleport'
This commit is contained in:
parent
7f8d978beb
commit
26c8afdc7e
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…
x
Reference in New Issue
Block a user