Commit ca952293 authored by 八宫一月's avatar 八宫一月

Update c101206074.lua

parent 3841ce1a
...@@ -68,7 +68,7 @@ function s.atkcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -68,7 +68,7 @@ function s.atkcon(e,tp,eg,ep,ev,re,r,rp)
end end
function s.atktg(e,tp,eg,ep,ev,re,r,rp,chk) function s.atktg(e,tp,eg,ep,ev,re,r,rp,chk)
local d=e:GetLabelObject() local d=e:GetLabelObject()
if chk==0 then return not d:IsAttack(0) end if chk==0 then return d end
end end
function s.atkop(e,tp,ep,ev,re,r,rp) function s.atkop(e,tp,ep,ev,re,r,rp)
local a=Duel.GetAttacker() local a=Duel.GetAttacker()
......
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