1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 21:07:17 +00:00

hat:: special welcome message

This commit is contained in:
Zeno Rogue 2023-03-28 23:09:23 +02:00
parent f99e95b914
commit d4e264bc9b

View File

@ -132,6 +132,8 @@ EX void welcomeMessage() {
addMessage(XLAT("Welcome to the Heptagonal Mode!"));
else if(cheater || autocheat)
addMessage(XLAT("Welcome to HyperRogue! (cheat mode on)"));
else if(hat::in())
addMessage(XLAT("Welcome to HatRogue!"));
else
addMessage(XLAT("Welcome to HyperRogue!"));