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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user