1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-27 04:53:35 +00:00

arb:: fixed mirrors

This commit is contained in:
Zeno Rogue
2020-01-02 18:55:17 +01:00
parent 6496b3f8b6
commit 0d4ab601d0
2 changed files with 7 additions and 2 deletions

View File

@@ -1613,7 +1613,7 @@ EX namespace patterns {
#if CAP_ARCM
if(arcm::in()) return colortables['A'][arcm::current.tilegroup[arcm::id_of(c->master)]];
#endif
if(arb::in()) return colortables['A'][c->master->zebraval];
if(arb::in()) return colortables['A'][c->master->zebraval + c->master->emeraldval * isize(arb::current.shapes)];
case 'B':
return colortables['B'][c->type & 15];
#if CAP_FIELD