1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-06 20:37:56 +00:00

rogueviz:: seuphorica:: added basic

This commit is contained in:
Zeno Rogue
2025-07-12 14:56:02 +02:00
parent f0d014affd
commit 906ee9459b

View File

@@ -840,6 +840,7 @@ string get_setname() {
if(!enabled_stay) res += "/nostay";
if(!enabled_power) res += "/nopower";
if(!enabled_id) res += "/noid";
if(is_basic) res += "/basic";
return res;
}
@@ -1430,6 +1431,13 @@ void seuphorica_newgame() {
dialog::add_action_push(seuphorica_setgeom);
if(!show_customize) {
dialog::addItem("start new basic game", 'b');
dialog::add_action([] {
save_old_game_if_needed();
reset_rv();
restart("", "B", "");
reset_seuphorica_screen();
});
dialog::addItem("start new standard game", 's');
dialog::add_action([] {
save_old_game_if_needed();