mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-22 17:37:39 +00:00
crystal:: added a conduct for doing Camelot without compasses
This commit is contained in:
12
help.cpp
12
help.cpp
@@ -710,6 +710,18 @@ string generateHelpForLand(eLand l) {
|
||||
);
|
||||
}
|
||||
|
||||
if(l == laCamelot && geometry == gCrystal) {
|
||||
if(!crystal::used_compass_inside) s += XLAT("\nSpecial conduct (still valid)\n");
|
||||
else s += XLAT("\nSpecial conduct failed:\n");
|
||||
|
||||
s += XLAT(
|
||||
"Do not use compases.\n\n");
|
||||
|
||||
s += XLAT("Crystal Camelot is an octahedron in 'pure' 3D crystal geometry (and a similar polytope in other pure crystals), "
|
||||
"and an Euclidean ball in bitruncated/Goldberg crystals.");
|
||||
}
|
||||
|
||||
|
||||
auto lv = land_validity(specialland);
|
||||
if(lv.flags & lv::display_in_help)
|
||||
s += "\n\n" + XLAT(lv.msg);
|
||||
|
Reference in New Issue
Block a user