1
0
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:
Zeno Rogue
2022-04-26 15:43:33 +02:00
parent 7adb3dac5a
commit 920fc454f0
4 changed files with 45 additions and 7 deletions

View File

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