1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 09:50:34 +00:00

racing:: no more shmup message

This commit is contained in:
Zeno Rogue 2019-01-17 14:19:28 +01:00
parent d6b79162c0
commit 0be81cb294

View File

@ -3287,7 +3287,8 @@ void init() {
if(!safety) {
items[itOrbLife] = 3;
addMessage(XLAT("Welcome to the Shoot'em Up mode!"));
if(!racing::on)
addMessage(XLAT("Welcome to the Shoot'em Up mode!"));
// addMessage(XLAT("F/;/Space/Enter/KP5 = fire, WASD/IJKL/Numpad = move"));
}
else safety = false;