1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-18 20:08:06 +00:00

cleanup in Euclidean

This commit is contained in:
Zeno Rogue
2019-12-08 10:59:09 +01:00
parent fe180cb6c3
commit ddb5d07ff6
17 changed files with 262 additions and 227 deletions

View File

@@ -242,7 +242,7 @@ EX void initgame() {
if(gamegen_failure) return;
if(euclid && specialland == laPrincessQuest) {
cell *c = at_euc2_coordinates({EPX, EPY});
cell *c = euc::at(princess::coords());
princess::generating = true;
c->land = laPalace;
setdist(c, 7 - getDistLimit() - genrange_bonus, NULL);