1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

bitruncated {4,4} and {4,6} are now known to be three-colored

This commit is contained in:
Zeno Rogue
2025-10-09 22:01:22 +02:00
parent 12e3150a40
commit 14ae093901

View File

@@ -1264,6 +1264,8 @@ EX int geosupport_threecolor() {
if(arcm::in() && BITRUNCATED) return arcm::current.support_threecolor_bitruncated();
if(arcm::in() && DUAL) return 0; // it sometimes does support threecolor, but it can be obtained in other ways then
#endif
if(euc::in(2, 4) && BITRUNCATED) return 2;
if(a46 && BITRUNCATED) return 2;
if(INVERSE) return 0;
if(BITRUNCATED && S3 == 3) {
if(S7 % 2) return 1;