mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 09:50:34 +00:00
changes: removed buggy 'return true' from actual_move
This commit is contained in:
parent
734fb385d4
commit
2347e07900
@ -600,7 +600,6 @@ bool pcmove::actual_move() {
|
||||
|
||||
if(havePushConflict(cwt.at, checkonly)) return false;
|
||||
|
||||
if(checkonly) { nextmovetype = lmMove; return true; }
|
||||
if(c2->item && !cwt.at->item) moveItem(c2, cwt.at, false), boatmove = true;
|
||||
placeWater(c2, cwt.at);
|
||||
moveBoat(mi);
|
||||
|
Loading…
Reference in New Issue
Block a user