1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +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

@@ -809,6 +809,7 @@ EX void findWormIvy(cell *c) {
}
EX void monstersTurn() {
reset_spill();
checkSwitch();
mirror::breakAll();
DEBB(DF_TURN, ("bfs"));