mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
crossbow:: disable fire_mode on move
This commit is contained in:
parent
a012e6103a
commit
11869c796b
@ -343,6 +343,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) {
|
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