1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

the cost of leaving Land of Power now happens before collecting items

This commit is contained in:
Zeno Rogue
2018-08-01 14:04:47 +02:00
parent f1250a677d
commit 508cecb3b3
4 changed files with 25 additions and 16 deletions

View File

@@ -1753,7 +1753,7 @@ bool mayExplodeMine(cell *c, eMonster who);
int gravityLevel(cell *c);
void fullcenter();
void movecost(cell* from, cell *to);
void movecost(cell* from, cell *to, int phase); // 1 = pre-collect, 2 = post-collect, 3 = both
void checkmove();
transmatrix eumove(ld x, ld y);