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

fix

parent aff72b38
...@@ -20,7 +20,7 @@ function c62473983.initial_effect(c) ...@@ -20,7 +20,7 @@ function c62473983.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c62473983.spcon(e,tp,eg,ep,ev,re,r,rp) function c62473983.spcon(e,tp,eg,ep,ev,re,r,rp)
return c:IsSummonType(SUMMON_TYPE_ADVANCE) return e:GetHandler():IsSummonType(SUMMON_TYPE_ADVANCE)
end end
function c62473983.filter(c,e,tp) function c62473983.filter(c,e,tp)
return c:IsSetCard(0x2e) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsSetCard(0x2e) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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