From e61321aea32ae796b05790ec160c76862b4f1f58 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 28 Mar 2023 12:46:10 +0200 Subject: [PATCH] hat:: full arrow trap lines shown --- celldrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/celldrawer.cpp b/celldrawer.cpp index d5a9feb2..4484ec20 100644 --- a/celldrawer.cpp +++ b/celldrawer.cpp @@ -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;