There was an error while loading. Please reload this page.
1 parent a37b2c9 commit 7dd3031Copy full SHA for 7dd3031
1 file changed
rush/c160020064.lua
@@ -34,7 +34,7 @@ function s.cfilter2(c)
34
return c:IsFaceup() and c:IsAttribute(ATTRIBUTE_WIND)
35
end
36
function s.thfilter(c)
37
- return c:IsLevelAbove(8) and not c:IsMaximumModeSide()
+ return c:IsFaceup() and c:IsLevelAbove(8) and not c:IsMaximumModeSide()
38
39
function s.activate(e,tp,eg,ep,ev,re,r,rp)
40
--Effect
0 commit comments