mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-28 16:02:53 +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!"));
|
addMessage(XLAT("Welcome to the Heptagonal Mode!"));
|
||||||
else if(cheater || autocheat)
|
else if(cheater || autocheat)
|
||||||
addMessage(XLAT("Welcome to HyperRogue! (cheat mode on)"));
|
addMessage(XLAT("Welcome to HyperRogue! (cheat mode on)"));
|
||||||
|
else if(hat::in())
|
||||||
|
addMessage(XLAT("Welcome to HatRogue!"));
|
||||||
else
|
else
|
||||||
addMessage(XLAT("Welcome to HyperRogue!"));
|
addMessage(XLAT("Welcome to HyperRogue!"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user