Commit b68df2a6 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 6a4cc7a2
...@@ -46,7 +46,7 @@ function c37390589.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -46,7 +46,7 @@ function c37390589.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SetTargetCard(Duel.GetAttacker()) Duel.SetTargetCard(Duel.GetAttacker())
end end
if opt==1 or opt==2 then if opt==1 or opt==2 then
if e:GetCount()==9 then if e:GetLabel()==9 then
local c=e:GetHandler() local c=e:GetHandler()
local cid=Duel.GetChainInfo(0,CHAININFO_CHAIN_ID) local cid=Duel.GetChainInfo(0,CHAININFO_CHAIN_ID)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(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