Commit 46bceb6a authored by 花桃白音's avatar 花桃白音

fix

parent b753488d
......@@ -88,7 +88,7 @@ function cm.initial_effect(c)
local tc=Duel.GetAttacker()
local ta=Duel.GetAttackTarget()
return (tc and {tc:IsCode(4204000)} or {false})[1]
oe (ta and {ta:IsCode(4204000)} or {false})[1]
or (ta and {ta:IsCode(4204000)} or {false})[1]
end)
.e("SetCountLimit",1,m)
.e("SetTarget",function(e,tp,eg,ep,ev,re,r,rp,chk)
......
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