From 87921fe0f91ceabdb701f21611f1b694a81d97f8 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 27 Oct 2022 00:03:21 +0200 Subject: [PATCH] special welcome message for portal maps --- system.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system.cpp b/system.cpp index 882fd5a4..2ec3708b 100644 --- a/system.cpp +++ b/system.cpp @@ -87,7 +87,9 @@ EX void welcomeMessage() { items[itGreenStone] = 99; 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)