1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-22 02:44:31 +00:00

shmup:: no more orb usage after death

This commit is contained in:
Zeno Rogue
2019-09-27 17:06:12 +02:00
parent f45b90bad4
commit 85504de44b
2 changed files with 3 additions and 3 deletions

View File

@@ -494,7 +494,7 @@ EX void handleKeyNormal(int sym, int uni) {
multi::cpid = 0;
if(mouseover &&
targetclick && (!shmup::on || numplayers() == 1) && targetRangedOrb(mouseover, forcetarget ? roMouseForce : roMouse)) {
targetclick && (shmup::on ? numplayers() == 1 && !shmup::pc[0]->dead : true) && targetRangedOrb(mouseover, forcetarget ? roMouseForce : roMouse)) {
}
else if(forcetarget)
;