Commit 1679e3a1 authored by Tachibana's avatar Tachibana

ndyd

parent 070dba5b
...@@ -78,7 +78,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,7 +78,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON) e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e1:SetRange(LOCATION_MZONE) e1:SetRange(LOCATION_MZONE)
e1:SetAbsoluteRange(tp,1,0) e1:SetAbsoluteRange(tp,1,0)
e1:SetTarget(cm.splimit) e1:SetTarget(cm.srlimit)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e1,true) tc:RegisterEffect(e1,true)
local e2=Effect.CreateEffect(e:GetHandler()) local e2=Effect.CreateEffect(e:GetHandler())
...@@ -95,7 +95,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -95,7 +95,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
end end
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
end end
function cm.splimit(e,c) function cm.srlimit(e,c)
return not c:IsType(TYPE_RITUAL) return not c:IsType(TYPE_RITUAL)
end end
function cm.thfilter(c) function cm.thfilter(c)
......
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