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:
parent
d6b79162c0
commit
0be81cb294
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user