1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 02:37:55 +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;