mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-12 12:39:43 +00:00
solv:: fixmatrix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user