1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-12 18:30:34 +00:00

hat:: fake now actually appears in menu

This commit is contained in:
Zeno Rogue 2023-03-25 23:43:43 +01:00
parent f8b6b28c75
commit a3c861ec9e

View File

@ -32,6 +32,7 @@ EX namespace fake {
if(in()) return true;
if(WDIM == 2 && standard_tiling() && (PURE || BITRUNCATED)) return true;
if(arcm::in() && PURE) return true;
if(hat::in()) return true;
if(WDIM == 2) return false;
if(among(geometry, gBitrunc3)) return false;
#if MAXMDIM >= 4