1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-02 02:19:02 +00:00

ru:: fixed randomize stats

This commit is contained in:
Zeno Rogue
2025-12-07 22:54:41 +01:00
parent 2ae890065e
commit 2ddd4a5a08

View File

@@ -216,7 +216,7 @@ void stat_screen(bool editable) {
});
dialog::addItem("reroll", 'r');
dialog::add_action(randomize_stats);
dialog::add_action([] { statseed++; randomize_stats(); });
}
dialog::display();