Skip to content

Commit 7dd3031

Browse files
committed
fixed Bone Spine Whip
1 parent a37b2c9 commit 7dd3031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rush/c160020064.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function s.cfilter2(c)
3434
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_WIND)
3535
end
3636
function s.thfilter(c)
37-
return c:IsLevelAbove(8) and not c:IsMaximumModeSide()
37+
return c:IsFaceup() and c:IsLevelAbove(8) and not c:IsMaximumModeSide()
3838
end
3939
function s.activate(e,tp,eg,ep,ev,re,r,rp)
4040
--Effect

0 commit comments

Comments
 (0)