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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user