1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-10 19:50:15 +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

@@ -35,6 +35,8 @@ namespace rg {
static constexpr char special_geometry = 'g';
/** \brief wrongmode only -- mark achievements for special geometries/variations */
static constexpr char special_geometry_nicewalls = 'G';
/** \brief wrongmode only -- specgeom returns 'fail' if the special geometry is not correct */
static constexpr char fail = 'X';
}
#endif