1
0
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:
Jesse Ruderman
2021-07-03 19:38:20 -07:00
parent 7f8d978beb
commit ff7be8d4e0
2 changed files with 19 additions and 0 deletions

View File

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