1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-14 16:24:06 +00:00

achievement eligibility display

This commit is contained in:
Zeno Rogue
2023-12-15 10:59:17 +01:00
parent bce07e5914
commit 71cbc8e221
5 changed files with 70 additions and 30 deletions

View File

@@ -887,8 +887,7 @@ EX void moveWorm(cell *c) {
else
addMessage(XLAT("The sandworm explodes!"));
playSound(NULL, "explosion");
if(geometry == gZebraQuotient)
achievement_gain_once("ZEBRAWORM", rg::special_geometry);
achievement_gain_once("ZEBRAWORM", specgeom_zebra());
}
return;
}