mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-24 15:00:14 +00:00
special welcome message for portal maps
This commit is contained in:
parent
419837a375
commit
87921fe0f9
@ -88,6 +88,8 @@ EX void welcomeMessage() {
|
||||
addMessage(XLAT("Welcome to %the1 Challenge!", moPrincess));
|
||||
addMessage(XLAT("The more Hypersian Rugs you collect, the harder it is.", moPrincess));
|
||||
}
|
||||
else if(intra::in)
|
||||
addMessage(XLAT("Welcome to a portal map! Press 'o' to configure."));
|
||||
else if(randomPatternsMode)
|
||||
addMessage(XLAT("Welcome to the Random Pattern mode!"));
|
||||
else if(tactic::on)
|
||||
|
Loading…
x
Reference in New Issue
Block a user