1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-17 02:29:44 +00:00

6D Crystal, 535 and 536

This commit is contained in:
Zeno Rogue
2020-01-02 16:50:01 +01:00
parent c168cf295b
commit b4b325e009
4 changed files with 113 additions and 22 deletions

View File

@@ -394,6 +394,7 @@ EX int fieldval_uniq(cell *c) {
}
else if(bt::in() || arcm::in() || nil || S3 >= OINF || (cgflags & qIDEAL)) return 0;
else if(&currfp == &fp_invalid) return 0;
else if(geometry == gSpace535) return 0;
else if(WDIM == 3) return c->master->fieldval;
else if(ctof(c) || NONSTDVAR) return c->master->fieldval/S7;
else {