You need to sign in or sign up before continuing.
Commit 6663029e authored by GuGu's avatar GuGu

Update c4114111.lua

parent b8c026dd
Pipeline #34761 passed with stage
in 15 seconds
...@@ -26,7 +26,7 @@ end ...@@ -26,7 +26,7 @@ end
function c4114111.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c4114111.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local tg=Duel.GetAttacker() local tg=Duel.GetAttacker()
if chkc then return chkc==tg end if chkc then return chkc==tg end
if chk==0 then return tg:IsOnField() and tg:IsCanBeEffectTarget(e) end if chk==0 then return tg:IsOnField() end
Duel.SetTargetCard(tg) Duel.SetTargetCard(tg)
Duel.SetOperationInfo(0,CATEGORY_CONTROL,tg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_CONTROL,tg,1,0,0)
end 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