Commit 9794823d authored by GuGu's avatar GuGu

Update c23501.lua

parent ab7e9577
Pipeline #40189 passed with stage
in 7 seconds
...@@ -53,7 +53,7 @@ function c23501.rdfilter(c) ...@@ -53,7 +53,7 @@ function c23501.rdfilter(c)
return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsAbleToGrave() return c:IsAttribute(ATTRIBUTE_EARTH) and c:IsAbleToGrave()
end end
function c23501.reptg(e,tp,eg,ep,ev,re,r,rp,chk) function c23501.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(rdfilter,tp,LOCATION_DECK,0,1,nil) and eg:IsExists(c23501.repfilter,1,nil,tp,e:GetHandler()) end if chk==0 then return Duel.IsExistingMatchingCard(c23501.rdfilter,tp,LOCATION_DECK,0,1,nil) and eg:IsExists(c23501.repfilter,1,nil,tp,e:GetHandler()) end
return Duel.SelectYesNo(tp,aux.Stringid(23501,1)) return Duel.SelectYesNo(tp,aux.Stringid(23501,1))
end end
function c23501.repval(e,c) function c23501.repval(e,c)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment