Commit 1679e3a1 authored by Tachibana's avatar Tachibana

ndyd

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