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 17d8948 commit de4c0f8Copy full SHA for de4c0f8
1 file changed
rush/c160215086.lua
@@ -21,6 +21,9 @@ end
21
function s.eqlimit(e,c)
22
return c:IsFaceup()
23
end
24
+function s.filter(c)
25
+ return c:IsFaceup() and not c:IsMaximumModeSide()
26
+end
27
function s.value(e,c)
- return Duel.GetMatchingGroupCount(Card.IsFaceup,e:GetHandlerPlayer(),LOCATION_MZONE,0,nil)*800
28
+ return Duel.GetMatchingGroupCount(s.filter,e:GetHandlerPlayer(),LOCATION_MZONE,0,nil)*800
29
0 commit comments