mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 10:17:03 +00:00
shmup:: disabled fire-on-mouse
This commit is contained in:
parent
61303fcab6
commit
5ab9bf8f11
@ -336,6 +336,7 @@ EX bool fire_on_mouse(cell *c) {
|
||||
if(mouse_fire_mode == mfmNone) return false;
|
||||
if(!mouseover) return false;
|
||||
if(!mouseover->monst) return false;
|
||||
if(shmup::on) return false;
|
||||
if(items[itCrossbow]) {
|
||||
if(mouse_fire_mode == mfmAlways) {
|
||||
addMessage(XLAT("Cannot fire again yet. Turns to reload: %1.", its(items[itCrossbow])));
|
||||
|
Loading…
x
Reference in New Issue
Block a user