1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-19 16:07:40 +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

@@ -49,10 +49,6 @@ EX void drainOrb(eItem it, int target IS(0)) {
if(items[it] > target) useupOrb(it, items[it] - target);
}
EX void empathyMove(cell *c, cell *cto, int dir) {
empathyMove(movei(c, cto, dir)); // to erase
}
EX void empathyMove(const movei& mi) {
if(!items[itOrbEmpathy]) return;