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:
parent
f8b6b28c75
commit
a3c861ec9e
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
|
||||
|
Loading…
Reference in New Issue
Block a user