mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 13:19:20 +00:00
racing:: no more shmup message
This commit is contained in:
parent
d6b79162c0
commit
0be81cb294
@ -3287,6 +3287,7 @@ void init() {
|
|||||||
|
|
||||||
if(!safety) {
|
if(!safety) {
|
||||||
items[itOrbLife] = 3;
|
items[itOrbLife] = 3;
|
||||||
|
if(!racing::on)
|
||||||
addMessage(XLAT("Welcome to the Shoot'em Up mode!"));
|
addMessage(XLAT("Welcome to the Shoot'em Up mode!"));
|
||||||
// addMessage(XLAT("F/;/Space/Enter/KP5 = fire, WASD/IJKL/Numpad = move"));
|
// addMessage(XLAT("F/;/Space/Enter/KP5 = fire, WASD/IJKL/Numpad = move"));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user