Commit bca1aca3 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent ea9ebe19
...@@ -39,7 +39,7 @@ function c1825445.filter1(c,e,tp) ...@@ -39,7 +39,7 @@ function c1825445.filter1(c,e,tp)
and Duel.IsExistingMatchingCard(c1825445.filter2,tp,LOCATION_MZONE,0,1,c,e) and Duel.IsExistingMatchingCard(c1825445.filter2,tp,LOCATION_MZONE,0,1,c,e)
end end
function c1825445.filter2(c,e) function c1825445.filter2(c,e)
return c:IsType(TYPE_MONSTER) and c:IsFaceup() and not c:IsImmuneToEffect(e) return c:IsType(TYPE_MONSTER) and not c:IsType(TYPE_TOKEN) and c:IsFaceup() and not c:IsImmuneToEffect(e)
end end
function c1825445.mttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c1825445.mttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c1825445.filter1(chkc,e,tp) end if chkc then return chkc:IsControler(tp) and chkc:IsLocation(LOCATION_MZONE) and c1825445.filter1(chkc,e,tp) 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