Commit fbbfb9ef authored by mercury233's avatar mercury233 Committed by GitHub

fix アルカナフォースEX-THE DARK RULER

parent b0e9e016
...@@ -134,7 +134,8 @@ function c69831560.desop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -134,7 +134,8 @@ function c69831560.desop1(e,tp,eg,ep,ev,re,r,rp)
else e:SetLabel(0) end else e:SetLabel(0) end
end end
function c69831560.desop2(e,tp,eg,ep,ev,re,r,rp) function c69831560.desop2(e,tp,eg,ep,ev,re,r,rp)
if e:GetLabelObject():GetLabel()~=0 then local e3=e:GetLabelObject()
if e3 and e3:GetLabel()~=0 then
local g=Duel.GetFieldGroup(tp,LOCATION_ONFIELD,LOCATION_ONFIELD) local g=Duel.GetFieldGroup(tp,LOCATION_ONFIELD,LOCATION_ONFIELD)
Duel.Destroy(g,REASON_EFFECT) Duel.Destroy(g,REASON_EFFECT)
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