From 6030402441604c1b689bbded99a5fdd1bcdca96a Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 29 Oct 2023 08:00:27 +0100 Subject: [PATCH] crossbow:: changed start message --- help.cpp | 2 +- system.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/help.cpp b/help.cpp index 57070625..6a86f39c 100644 --- a/help.cpp +++ b/help.cpp @@ -240,7 +240,7 @@ EX void buildCredits() { "Kojiguchi Kazuki, baconcow, Alan, SurelyYouJest, hotdogPi, DivisionByZero, xXxWeedGokuxXx, jpystynen, Dmitry Marakasov, Alexandre Moine, Arthur O'Dwyer, " "Triple_Agent_AAA, bluetailedgnat, Allalinor, Shitford, KittyTac, Christopher King, KosGD, TravelDemon, Bubbles, rdococ, frozenlake, MagmaMcFry, " "Snakebird Priestess, roaringdragon2, Stopping Dog, bengineer8, Sir Light IJIJ, ShadeBlade, Saplou, shnourok, Ralith, madasa, 6% remaining, Chimera245, Remik Pi, alien foxcat thing, " - "Piotr Grochowski, Ann, still-flow, tyzone, Paradoxica, LottieRatWorld, aismallard, albatross, EncodedSpirit, Jacob Mandelson, CrashTuvai, cvoight, jennlbw, Kali Ranya, spiritbackup, Dylan" + "Piotr Grochowski, Ann, still-flow, tyzone, Paradoxica, LottieRatWorld, aismallard, albatross, EncodedSpirit, Jacob Mandelson, CrashTuvai, cvoight, jennlbw, Kali Ranya, spiritbackup, Dylan, L_Lord" ); #ifdef EXTRALICENSE help += EXTRALICENSE; diff --git a/system.cpp b/system.cpp index f6c7234e..6c094ef2 100644 --- a/system.cpp +++ b/system.cpp @@ -134,6 +134,8 @@ EX void welcomeMessage() { addMessage(XLAT("Welcome to HyperRogue! (cheat mode on)")); else if(hat::in()) addMessage(XLAT("Welcome to HatRogue!")); + else if(bow::crossbow_mode()) + addMessage(XLAT("Welcome to HyperRanger!")); else addMessage(XLAT("Welcome to HyperRogue!"));