1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-12 12:39:43 +00:00

solv:: fixmatrix

This commit is contained in:
Zeno Rogue
2019-07-30 13:02:24 +02:00
parent 3b7d80bb17
commit bbabd47ad0
3 changed files with 13 additions and 1 deletions

View File

@@ -72,6 +72,8 @@ void welcomeMessage() {
addMessage(XLAT("Good luck in the elliptic plane!"));
else if(sphere)
addMessage(XLAT("Welcome to Spherogue!"));
else if(sol)
addMessage(XLAT("Welcome to SolvRogue!"));
else if(PURE && geometry == gNormal && !cheater)
addMessage(XLAT("Welcome to the Heptagonal Mode!"));
else if(cheater || autocheat)