mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 15:00:26 +00:00
disabled COMEBACK achievement outside of standard geometry
This commit is contained in:
parent
94f4cd24af
commit
f96101c86a
2
game.cpp
2
game.cpp
@ -6653,7 +6653,7 @@ void movecost(cell* from, cell *to, int phase) {
|
|||||||
achievement_final(false);
|
achievement_final(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(celldist(to) == 0 && !usedSafety && gold() >= 100 && (phase & 2))
|
if(geometry == gNormal && celldist(to) == 0 && !usedSafety && gold() >= 100 && (phase & 2))
|
||||||
achievement_gain("COMEBACK");
|
achievement_gain("COMEBACK");
|
||||||
|
|
||||||
bool tortoiseOK =
|
bool tortoiseOK =
|
||||||
|
Loading…
Reference in New Issue
Block a user