mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-09 23:49:53 +00:00
fake:: now allowed via menu for rectified
This commit is contained in:
parent
5b55da3090
commit
ae7e810de7
1
fake.cpp
1
fake.cpp
@ -31,6 +31,7 @@ EX namespace fake {
|
|||||||
EX bool available() {
|
EX bool available() {
|
||||||
if(in()) return true;
|
if(in()) return true;
|
||||||
if(WDIM == 2 && standard_tiling() && (PURE || BITRUNCATED)) 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(arcm::in() && PURE) return true;
|
||||||
if(hat::in()) return true;
|
if(hat::in()) return true;
|
||||||
if(WDIM == 2) return false;
|
if(WDIM == 2) return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user