Commit a1307239 authored by POLYMER's avatar POLYMER

fix

parent 1923cadc
...@@ -78,7 +78,7 @@ function c28333723.tdcost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -78,7 +78,7 @@ function c28333723.tdcost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SendtoDeck(e:GetHandler(),nil,SEQ_DECKSHUFFLE,REASON_COST) Duel.SendtoDeck(e:GetHandler(),nil,SEQ_DECKSHUFFLE,REASON_COST)
end end
function c28333723.tdfilter(c) function c28333723.tdfilter(c)
return Duel.GetTurnCount()~=c:GetTurnID() or c:IsReason(REASON_DESTROY+REASON_RETURN) and c:IsType(TYPE_MONSTER) return (Duel.GetTurnCount()~=c:GetTurnID() or c:IsReason(REASON_DESTROY+REASON_RETURN)) and c:IsType(TYPE_MONSTER)
end end
function c28333723.tdtg(e,tp,eg,ep,ev,re,r,rp,chk) function c28333723.tdtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c28333723.tdfilter,tp,LOCATION_GRAVE,0,1,nil) end if chk==0 then return Duel.IsExistingMatchingCard(c28333723.tdfilter,tp,LOCATION_GRAVE,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