mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-10 15:19:43 +00:00
Add wiki links to land help
This commit is contained in:
4
help.cpp
4
help.cpp
@@ -1182,5 +1182,9 @@ EX void gotoHelpFor(eLand l) {
|
||||
help_extensions.push_back(help_extension{'t', XLAT("Galápagos shading"), [] () {
|
||||
tortoise::shading_enabled = !tortoise::shading_enabled;
|
||||
}});
|
||||
|
||||
help_extensions.push_back(help_extension{'w', XLAT("wiki"), [l] () {
|
||||
open_wiki(linf[l].name);
|
||||
}});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user