mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 20:37:40 +00:00
fix CR4 achievement
This commit is contained in:
@@ -1521,7 +1521,7 @@ EX void movecost(cell* from, cell *to, int phase) {
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(to->land ==laDesert && !geometry && (phase & 2) && !cheater) {
|
if(to->land == laCrossroads4 && !geometry && (phase & 2) && !cheater) {
|
||||||
achievement_gain_once("CR4");
|
achievement_gain_once("CR4");
|
||||||
changes.value_set(chaosUnlocked, true);
|
changes.value_set(chaosUnlocked, true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user