Commit 9bcefb8c authored by songtongtong's avatar songtongtong

repo 11.3

parent ba257c45
Pipeline #17723 passed with stages
in 31 minutes and 5 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)
return c:IsCanBeSpecialSummoned(e,0,tp,true,true) and c:IsFaceup()
end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0)
end
......@@ -142,4 +142,4 @@ function cm.atkoperation(e,tp,eg,ep,ev,re,r,rp)
Duel.SkipPhase(1-tp,PHASE_BATTLE,RESET_PHASE+PHASE_BATTLE,1)
end
end
end
\ No newline at end of file
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