mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-13 19:00:35 +00:00
fixed fire_mode not disabling correctly
This commit is contained in:
parent
95dc72a582
commit
76c6195d19
@ -344,7 +344,7 @@ bool pcmove::movepcto() {
|
|||||||
println(hlog, "error: not commited!");
|
println(hlog, "error: not commited!");
|
||||||
changes.commit();
|
changes.commit();
|
||||||
}
|
}
|
||||||
if(!checkonly) bow::fire_mode = false;
|
if(b && !checkonly) bow::fire_mode = false;
|
||||||
|
|
||||||
if(!b) {
|
if(!b) {
|
||||||
// bool try_instant = (forcedmovetype == fmInstant) || (forcedmovetype == fmSkip && !passable(c2, cwt.at, P_ISPLAYER | P_MIRROR | P_USEBOAT | P_FRIENDSWAP));
|
// bool try_instant = (forcedmovetype == fmInstant) || (forcedmovetype == fmSkip && !passable(c2, cwt.at, P_ISPLAYER | P_MIRROR | P_USEBOAT | P_FRIENDSWAP));
|
||||||
|
Loading…
Reference in New Issue
Block a user