Commit 50abee0c authored by Tachibana's avatar Tachibana

1145141919810

parent 88906e13
Pipeline #14634 passed with stages
in 29 minutes and 24 seconds
......@@ -22,6 +22,6 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
e1:SetReset(RESET_PHASE+PHASE_END,2)
e1:SetTargetRange(1,1)
e1:SetTarget(function(e,c,sump,sumtype,sumpos,targetp,se)return se and not se:IsHasProperty(EFFECT_FLAG_UNCOPYABLE) and c==se:GetHandler()end)
e1:SetTarget(function(e,c,sump,sumtype,sumpos,targetp,se)return se and se:IsHasType(EFFECT_TYPE_ACTIONS) and c:IsType(TYPE_MONSTER) and c==se:GetHandler()end)
Duel.RegisterEffect(e1,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