1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-25 22:52:49 +00:00

rogueviz:: some music codes set

This commit is contained in:
Zeno Rogue 2025-06-07 16:20:53 +02:00
parent 16517eb95b
commit e73b2ed27f
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ void enable() {
rogueviz::rv_hook(hooks_clearmemory, 40, [] () {
fif.clear();
});
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = eLand(300); return false; });
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C2"); return false; });
rogueviz::rv_change(patterns::whichShape, '9');
state = state::edited;
current_puzzle = nullptr;

View File

@ -1515,7 +1515,7 @@ void enable() {
rogueviz::rv_change(showstartmenu, false);
rogueviz::rv_change(mapeditor::drawplayer, false);
rogueviz::rv_change(mine_adjacency_rule, 1);
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = eLand(250); return false; });
rogueviz::rv_hook(hooks_music, 100, [] (eLand& l) { l = mfcode("C0"); return false; });
}
local_parameter_set lps_seuphorica("seuphorica:");