special welcome message for portal maps

This commit is contained in:
Zeno Rogue 2022-10-27 00:03:21 +02:00
parent 419837a375
commit 87921fe0f9
1 changed files with 3 additions and 1 deletions

View File

@ -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)