Commit c35c2830 authored by songtongtong's avatar songtongtong

repo 11.3

parent 9bcefb8c
Pipeline #17724 passed with stages
in 29 minutes and 2 seconds
......@@ -113,7 +113,7 @@ end
function cm.atktarget(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler()
if chk==0 then
return c:IsCanBeSpecialSummoned(e,0,tp,true,true) and c:IsFaceup()
return c:IsCanBeSpecialSummoned(e,0,tp,true,false) and c:IsFaceup()
end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0)
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