1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-19 18:29:36 +00:00

fake:: now allowed via menu for rectified

This commit is contained in:
Zeno Rogue 2024-06-21 21:40:32 +02:00
parent 5b55da3090
commit ae7e810de7

View File

@ -31,6 +31,7 @@ EX namespace fake {
EX bool available() {
if(in()) return true;
if(WDIM == 2 && standard_tiling() && (PURE || BITRUNCATED)) return true;
if(WDIM == 2 && standard_tiling() && GOLDBERG && S3 == 4 && gp::param.first == 1 && gp::param.second == 1) return true;
if(arcm::in() && PURE) return true;
if(hat::in()) return true;
if(WDIM == 2) return false;