1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 17:37:39 +00:00

(incomplete) some preparation for the Lovasz Conjecture achievement

This commit is contained in:
Zeno Rogue
2021-03-21 11:30:42 +01:00
parent ee1837e3d8
commit e57fc630b4
4 changed files with 17 additions and 2 deletions

View File

@@ -2256,6 +2256,14 @@ void celldrawer::draw_item_full() {
color_t icol = 0;
if(specialland == laMotion && items[itOrbInvis] && c->wall == waChasm) {
if(c->mondir < c->type) {
vid.linewidth *= 3;
queueline(V*C0, V*currentmap->adj(c, c->mondir) * C0, 0xFFD500FF, 4);
vid.linewidth /= 3;
}
}
if(it) {
asciichar = iinf[it].glyph, asciicol = icol = iinf[it].color;
if(doHighlight()) asciiborder = kind_outline(it) >> 8;