mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-30 00:49:03 +00:00
fixed more fallthroughs, added exception hr_wrong_geometry
This commit is contained in:
@@ -1761,6 +1761,7 @@ EX namespace patterns {
|
||||
if(arcm::in()) return colortables['A'][arcm::current.tilegroup[arcm::id_of(c->master)]];
|
||||
#endif
|
||||
if(arb::in()) return colortables['A'][c->master->zebraval + c->master->emeraldval * isize(arb::current.shapes)];
|
||||
return colortables['B'][c->type & 15];
|
||||
case 'B':
|
||||
return colortables['B'][c->type & 15];
|
||||
#if CAP_FIELD
|
||||
|
||||
Reference in New Issue
Block a user