1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-23 04:24:04 +00:00

naming modes

This commit is contained in:
Zeno Rogue
2024-06-06 13:37:22 +02:00
parent 94c02b5082
commit 93dcc68acb
4 changed files with 53 additions and 5 deletions

View File

@@ -719,6 +719,7 @@ EX void drawStats() {
}
string vers = VER;
if(true) {
if(modename.count(current_modecode)) vers == " '" + modename[current_modecode] + "' ";
vers += mode_description();
if(peace::on) vers += " peace";
if(racing::on) vers += " racing";