1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-08 03:36:43 +00:00

rogueviz::seuphorica:: pressing F1 while in seuphorica help goes to seuphorica help

This commit is contained in:
Zeno Rogue 2025-03-04 10:00:31 +01:00
parent 26a872280e
commit 320d0f613c

View File

@ -579,6 +579,8 @@ void launch() {
mapeditor::drawplayer = false;
color_descs = false;
rogueviz::rv_hook(hooks_build_help, 100, [] { help = fix(seuphorica::rules); return true; });
clearMessages();
addMessage("Welcome to Seuphorica!");
}