1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

disabled COMEBACK achievement outside of standard geometry

This commit is contained in:
Zeno Rogue 2019-08-02 17:33:13 +02:00
parent 94f4cd24af
commit f96101c86a

View File

@ -6653,7 +6653,7 @@ void movecost(cell* from, cell *to, int phase) {
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");
bool tortoiseOK =