Commit 6c12c951 authored by mercury233's avatar mercury233 Committed by GitHub

fix 戦華史略-東南之風

parent 71091b8e
...@@ -75,7 +75,7 @@ function c62528292.effilter(c) ...@@ -75,7 +75,7 @@ function c62528292.effilter(c)
return c:IsFaceup() and c:IsSetCard(0x137) and c:IsType(TYPE_EFFECT) return c:IsFaceup() and c:IsSetCard(0x137) and c:IsType(TYPE_EFFECT)
end end
function c62528292.eftg(e,tp,eg,ep,ev,re,r,rp,chk) function c62528292.eftg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c62528292.effilter,tp,LOCATION_MZONE,0,1,nil) end if chk==0 then return true end
end end
function c62528292.efop(e,tp,eg,ep,ev,re,r,rp) function c62528292.efop(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
......
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