Commit 5f9f6114 authored by Amiya's avatar Amiya

修复

parent fcdaddb8
Pipeline #42473 passed with stages
in 3 minutes and 11 seconds
...@@ -62,7 +62,7 @@ function s.tdfilter(c) ...@@ -62,7 +62,7 @@ function s.tdfilter(c)
return c:IsFaceupEx() and c:IsType(TYPE_SYNCHRO) and c:IsAbleToDeck() return c:IsFaceupEx() and c:IsType(TYPE_SYNCHRO) and c:IsAbleToDeck()
end end
function s.thfilter(c) function s.thfilter(c)
return c:IsSetCard(0x2dc) and c:IsAbleToHand() return not c:IsCode(id) and c:IsSetCard(0x2dc) and c:IsAbleToHand()
end end
function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and s.thfilter(chkc) end if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsControler(tp) and s.thfilter(chkc) 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