Commit 20529966 authored by wind2009's avatar wind2009

Merge branch 'patch-4' into 'master'

fix

See merge request !63
parents 3841ce1a ca952293
Pipeline #28205 passed with stages
in 1 minute and 5 seconds
...@@ -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