Skip to content

Commit d512a60

Browse files
committed
fixed The Monarchs Stormforth
1 parent e98ea31 commit d512a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rush/c160324022.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp)
2020
return Duel.GetCustomActivityCount(id,tp,ACTIVITY_SPSUMMON)==0
2121
end
2222
function s.filter(c)
23-
return c:IsFaceup() and c:IsNotMaximumModeSide() and not c:IsHasEffect(EFFECT_EXTRA_RELEASE_SUM)
23+
return c:IsNotMaximumModeSide() and not c:IsHasEffect(EFFECT_EXTRA_RELEASE_SUM)
2424
end
2525
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
2626
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil,g) end

0 commit comments

Comments
 (0)