1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-10 13:29:02 +00:00

movei from cellwalker, old empathyMove removed

This commit is contained in:
Zeno Rogue
2019-11-22 18:12:50 +01:00
parent 6d44105fef
commit 9521b622e1
4 changed files with 4 additions and 7 deletions

View File

@@ -1385,9 +1385,9 @@ EX namespace mirror {
continue;
}
c->monst = moMimic;
moveMonster(c2, c, m.second.spin);
moveMonster(m.second);
c2->monst = moNone;
empathyMove(c, c2, neighborId(c2, c));
empathyMove(m.second);
m.second = cw2;
}
}