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 df85548 commit f0b46e7Copy full SHA for f0b46e7
official/c46239604.lua
@@ -38,7 +38,7 @@ function s.condition(e,tp,eg,ep,ev,re,r,rp,chk)
38
return e:GetHandler():IsPreviousLocation(LOCATION_ONFIELD)
39
end
40
function s.thfilter(c)
41
- return c:IsSetCard(SET_FROG) and c:IsMonster() not c:IsCode(id) and c:IsAbleToHand()
+ return c:IsSetCard(SET_FROG) and c:IsMonster() and not c:IsCode(id) and c:IsAbleToHand()
42
43
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
44
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_GRAVE|LOCATION_DECK,0,1,nil) end
0 commit comments