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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user