Skip to content

Commit f0b46e7

Browse files
committed
update c46239604.lua
1 parent df85548 commit f0b46e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c46239604.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp,chk)
3838
return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
3939
end
4040
function s.thfilter(c)
41-
return c:IsSetCard(SET_FROG) and c:IsMonster() not c:IsCode(id) and c:IsAbleToHand()
41+
return c:IsSetCard(SET_FROG) and c:IsMonster() and not c:IsCode(id) and c:IsAbleToHand()
4242
end
4343
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
4444
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_GRAVE|LOCATION_DECK,0,1,nil) end

0 commit comments

Comments
 (0)