1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 10:17:56 +00:00

fake on bitruncated tiling now works correctly

This commit is contained in:
Zeno Rogue
2024-06-18 17:25:00 +02:00
parent cf4912a895
commit aae1be2191
2 changed files with 23 additions and 0 deletions

View File

@@ -571,6 +571,8 @@ EX ld around_orig() {
return arcm::current.N;
#endif
if(hat::in()) return 6;
if(WDIM == 2 && BITRUNCATED)
return 3;
if(WDIM == 2)
return S3;
if(underlying == gRhombic3)