hat:: full arrow trap lines shown

This commit is contained in:
Zeno Rogue 2023-03-28 12:46:10 +02:00
parent 968dfb1aac
commit e61321aea3
1 changed files with 1 additions and 1 deletions

View File

@ -1578,7 +1578,7 @@ void celldrawer::draw_features() {
break;
case waArrowTrap:
if(c->wparam >= 1)
if(c->wparam >= 1 || hat::in())
queuepoly(orthogonal_move_fol(V, cgi.FLOOR), cgi.shDisk, darkena(trapcol[c->wparam&3], 0, 0xFF));
if(isCentralTrap(c)) arrowtraps.push_back(c);
break;