1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-04 07:43:02 +00:00

asonov:: added a geometry flag to recognize Arnold's cat

This commit is contained in:
Zeno Rogue
2021-03-25 10:57:48 +01:00
parent 1dc655df5a
commit 4a80af6912
3 changed files with 5 additions and 3 deletions

View File

@@ -3668,7 +3668,7 @@ EX int get_darkval(cell *c, int d) {
if(geometry == gHoroHex) return darkval_hh[d];
if(geometry == gHoroRec) return darkval_hrec[d];
if(kite::in()) return darkval_kite[d];
if(geometry == gArnoldCat) return darkval_arnold[d];
if(asonov::in()) return darkval_arnold[d];
if(sol) return darkval_sol[d];
if(nih) return darkval_nih[d];
if(bt::in()) return darkval_hbt[d];