1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 17:29:57 +00:00
This commit is contained in:
Zeno Rogue 2023-10-29 08:06:26 +01:00
parent da0bf9a035
commit ed9081cfd5

View File

@ -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;