mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
Merge pull request #185 from jruderman/chasm_trail
Only show chasm trails in special modes
This commit is contained in:
commit
79bad795b6
@ -2300,7 +2300,7 @@ void celldrawer::draw_item_full() {
|
||||
|
||||
color_t icol = 0;
|
||||
|
||||
if(specialland == laMotion && items[itOrbInvis] && c->wall == waChasm) {
|
||||
if(ls::single() && 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);
|
||||
|
Loading…
Reference in New Issue
Block a user