You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +30,8 @@ function s.filter(c,e,tp,eg,ep,ev,re,r,rp,b)
29
30
returnfalse
30
31
end
31
32
functions.target(e,tp,eg,ep,ev,re,r,rp,chk)
32
-
ifchk==0thenreturnDuel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_GRAVE,1,e:GetHandler(),e,tp,eg,ep,ev,re,r,rp,e:GetHandler():IsLocation(LOCATION_HAND)) end
33
+
localb=e:GetHandler():IsLocation(LOCATION_HAND)
34
+
ifchk==0thenreturnDuel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_GRAVE,1,e:GetHandler(),e,tp,eg,ep,ev,re,r,rp,b) end
33
35
end
34
36
functions.operation(e,tp,eg,ep,ev,re,r,rp)
35
37
localb=e:GetHandler():IsLocation(LOCATION_HAND)
@@ -64,7 +66,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
0 commit comments