mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
hat:: fake now actually appears in menu
This commit is contained in:
1
fake.cpp
1
fake.cpp
@@ -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
|
||||
|
Reference in New Issue
Block a user