1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 03:27:55 +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

@@ -5852,7 +5852,7 @@ EX void movegolems(flagtype flags) {
if(m == moFriendlyGhost) c2->stuntime = 1;
}
empathyMove(c, c2, dir);
empathyMove(mi);
}
DEBB(DF_TURN, ("other"));
}