Skip to content

Commit de4c0f8

Browse files
committed
fixed United We Stand
fixed interaction with monsters in Maximum Mode
1 parent 17d8948 commit de4c0f8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

rush/c160215086.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ end
2121
function s.eqlimit(e,c)
2222
return c:IsFaceup()
2323
end
24+
function s.filter(c)
25+
return c:IsFaceup() and not c:IsMaximumModeSide()
26+
end
2427
function s.value(e,c)
25-
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
2629
end

0 commit comments

Comments
 (0)