mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-01 09:22:51 +00:00
fixup
This commit is contained in:
parent
da0bf9a035
commit
ed9081cfd5
@ -284,7 +284,7 @@ EX void shoot() {
|
|||||||
eMonster who = (mov.flags & bpCOPIED) ? moMimic : moPlayer;
|
eMonster who = (mov.flags & bpCOPIED) ? moMimic : moPlayer;
|
||||||
|
|
||||||
if(c != cf) for(int t=0; t<cf->type; t++) {
|
if(c != cf) for(int t=0; t<cf->type; t++) {
|
||||||
cell *c1 = cf->move(t);
|
cell *c1 = cf->cmove(t);
|
||||||
if(!c) continue;
|
if(!c) continue;
|
||||||
|
|
||||||
bool stabthere = false;
|
bool stabthere = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user