Commit fdb2d733 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c12866720.lua

parent deda2d10
Pipeline #32423 passed with stages
in 44 minutes and 35 seconds
...@@ -78,7 +78,7 @@ function s.efilter(e,te) ...@@ -78,7 +78,7 @@ function s.efilter(e,te)
return te:GetOwner()~=e:GetOwner() return te:GetOwner()~=e:GetOwner()
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsFaceupEx() and c:IsCode(12866715) return c:IsFaceupEx() and c:IsCode(12866715) and c:IsAbleToHand()
end end
function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK+LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(s.thfilter,tp,LOCATION_DECK+LOCATION_GRAVE+LOCATION_REMOVED,0,1,nil) end
......
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