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:
parent
f99e95b914
commit
d4e264bc9b
@ -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!"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user