Commit 9bcefb8c authored by songtongtong's avatar songtongtong

repo 11.3

parent ba257c45
...@@ -113,7 +113,7 @@ end ...@@ -113,7 +113,7 @@ end
function cm.atktarget(e,tp,eg,ep,ev,re,r,rp,chk) function cm.atktarget(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then if chk==0 then
return c:IsCanBeSpecialSummoned(e,0,tp,true,true) return c:IsCanBeSpecialSummoned(e,0,tp,true,true) and c:IsFaceup()
end end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0)
end end
...@@ -142,4 +142,4 @@ function cm.atkoperation(e,tp,eg,ep,ev,re,r,rp) ...@@ -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) Duel.SkipPhase(1-tp,PHASE_BATTLE,RESET_PHASE+PHASE_BATTLE,1)
end end
end end
end end
\ No newline at end of file
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