1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

pattern 'H' which marks masters

This commit is contained in:
Zeno Rogue 2020-05-08 21:21:01 +02:00
parent a4d3ebb06d
commit 3f0dcaaa0a

View File

@ -1791,6 +1791,8 @@ EX namespace patterns {
return colortables['x'][zebra3(c)];
case 'w':
return colortables['w'][randpattern(c, subcanvas) ? 1 : 0];
case 'H':
return colortables['c'][c->master->c7 == c ? 0 : 1];
case 'l':
return random_landscape(c, 3, 1, 17, 0x808080);
case 'd':