mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 18:27:01 +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;
|
||||
|
||||
if(c != cf) for(int t=0; t<cf->type; t++) {
|
||||
cell *c1 = cf->move(t);
|
||||
cell *c1 = cf->cmove(t);
|
||||
if(!c) continue;
|
||||
|
||||
bool stabthere = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user