mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-29 00:12:52 +00:00
special welcome message for portal maps
This commit is contained in:
parent
419837a375
commit
87921fe0f9
@ -87,7 +87,9 @@ EX void welcomeMessage() {
|
|||||||
items[itGreenStone] = 99;
|
items[itGreenStone] = 99;
|
||||||
addMessage(XLAT("Welcome to %the1 Challenge!", moPrincess));
|
addMessage(XLAT("Welcome to %the1 Challenge!", moPrincess));
|
||||||
addMessage(XLAT("The more Hypersian Rugs you collect, the harder it is.", 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)
|
else if(randomPatternsMode)
|
||||||
addMessage(XLAT("Welcome to the Random Pattern mode!"));
|
addMessage(XLAT("Welcome to the Random Pattern mode!"));
|
||||||
else if(tactic::on)
|
else if(tactic::on)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user