From 0c6d286fa81824b6bdb9676d842eb298660b3756 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 29 Oct 2023 09:23:57 +0100 Subject: [PATCH] crossbow:: shrubs are no longer blocking --- content.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.cpp b/content.cpp index fe497ba9..22d7ced3 100644 --- a/content.cpp +++ b/content.cpp @@ -1591,7 +1591,7 @@ ITEM( 'o', 0x808080, "Orb of Impact", itOrbImpact, IC_ORB, ZERO, RESERVED, osUti "Whenever you use a ranged Orb to achieve an effect, all the single-tile monsters adjacent to the target " "location are stunned." ) -WALL( '#', 0x00C000, "shrub", waShrub, WF_WALL | WF_HIGHWALL | WF_STDTREE | WF_CONE, RESERVED, 0, sgNone, +WALL( '#', 0x00C000, "shrub", waShrub, WF_WALL | WF_HIGHWALL | WF_STDTREE | WF_CONE | WF_NONBLOCK, RESERVED, 0, sgNone, "A strange small tree that cannot be attacked with mundane weapons nor phased though. " "It can be vaulted over, though." )