Commit 9e9de7b3 authored by salix5's avatar salix5

fix アルカナフォースⅩⅤ-THE DEVIL

parent 841636e3
...@@ -61,7 +61,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,7 +61,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.odescon(e,tp,eg,ep,ev,re,r,rp) function s.odescon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return (Duel.GetAttacker()==c or Duel.GetAttackTarget()==c) and c:GetFlagEffectLabel(id)==1 return (Duel.GetAttacker()==c or Duel.GetAttackTarget()==c) and c:GetFlagEffectLabel(FLAG_ID_ARCANA_COIN)==1
end end
function s.odestg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.odestg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) end if chkc then return chkc:IsLocation(LOCATION_MZONE) end
...@@ -77,7 +77,7 @@ function s.odesop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,7 +77,7 @@ function s.odesop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.fdescon(e,tp,eg,ep,ev,re,r,rp) function s.fdescon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return (Duel.GetAttacker()==c or Duel.GetAttackTarget()==c) and c:GetFlagEffectLabel(id)==0 return (Duel.GetAttacker()==c or Duel.GetAttackTarget()==c) and c:GetFlagEffectLabel(FLAG_ID_ARCANA_COIN)==0
end end
function s.fdestg(e,tp,eg,ep,ev,re,r,rp,chk) function s.fdestg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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