mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 18:27:55 +00:00
slime spill is now predictable when multiple colors hit the same cell at once
This commit is contained in:
@@ -242,6 +242,7 @@ EX bool movepcto(int d, int subdir IS(1), bool checkonly IS(false)) {
|
||||
}
|
||||
|
||||
bool pcmove::movepcto() {
|
||||
reset_spill();
|
||||
if(dual::state == 1) return dual::movepc(d, subdir, checkonly);
|
||||
if(d >= 0 && !checkonly && subdir != 1 && subdir != -1) printf("subdir = %d\n", subdir);
|
||||
mip.t = NULL;
|
||||
|
Reference in New Issue
Block a user