Commit 54311d41 authored by mercury233's avatar mercury233

fix

parent b6d4fcfd
...@@ -66,7 +66,7 @@ function c63821877.tgcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -66,7 +66,7 @@ function c63821877.tgcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_COST) Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_COST)
end end
function c63821877.tgfilter(c) function c63821877.tgfilter(c)
return c:IsSetCard(0x10db) and (c:IsSetCard(0xdb) or c:IsType(TYPE_SPELL+TYPE_TRAP)) and c:IsAbleToGrave() return c:IsSetCard(0x10db) or (c:IsSetCard(0xdb) and c:IsType(TYPE_SPELL+TYPE_TRAP)) and c:IsAbleToGrave()
end end
function c63821877.tgtg(e,tp,eg,ep,ev,re,r,rp,chk) function c63821877.tgtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c63821877.tgfilter,tp,LOCATION_DECK,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c63821877.tgfilter,tp,LOCATION_DECK,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