mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-27 19:44:07 +00:00
crossbow:: shrubs are no longer blocking
This commit is contained in:
parent
76c6195d19
commit
0c6d286fa8
@ -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 "
|
"Whenever you use a ranged Orb to achieve an effect, all the single-tile monsters adjacent to the target "
|
||||||
"location are stunned."
|
"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. "
|
"A strange small tree that cannot be attacked with mundane weapons nor phased though. "
|
||||||
"It can be vaulted over, though."
|
"It can be vaulted over, though."
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user