We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98ea31 commit d512a60Copy full SHA for d512a60
1 file changed
rush/c160324022.lua
@@ -20,7 +20,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp)
20
return Duel.GetCustomActivityCount(id,tp,ACTIVITY_SPSUMMON)==0
21
end
22
function s.filter(c)
23
- return c:IsFaceup() and c:IsNotMaximumModeSide() and not c:IsHasEffect(EFFECT_EXTRA_RELEASE_SUM)
+ return c:IsNotMaximumModeSide() and not c:IsHasEffect(EFFECT_EXTRA_RELEASE_SUM)
24
25
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
26
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil,g) end
0 commit comments