Commit aef1045c authored by 聖園ミカ's avatar 聖園ミカ 🐟

wdnmd

parent 31c502b0
Pipeline #25931 passed with stages
in 31 minutes and 41 seconds
No preview for this file type
...@@ -81,7 +81,7 @@ function cm.necon(e,tp,eg,ep,ev,re,r,rp) ...@@ -81,7 +81,7 @@ function cm.necon(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetTurnPlayer()~=tp return Duel.GetTurnPlayer()~=tp
end end
function cm.spfilter(c,e,tp) function cm.spfilter(c,e,tp)
return c:IsSetCard(0x3ef1) return c:IsCode(96071001,96071036)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function cm.netg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.netg(e,tp,eg,ep,ev,re,r,rp,chk)
......
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