1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-19 12:28:07 +00:00

crossbow:: changed start message

This commit is contained in:
Zeno Rogue
2023-10-29 08:00:27 +01:00
parent 4b97f300ff
commit 6030402441
2 changed files with 3 additions and 1 deletions

View File

@@ -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!"));