Commit 61703e37 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 13764522
...@@ -52,7 +52,8 @@ function c12023931.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,8 @@ function c12023931.atkop(e,tp,eg,ep,ev,re,r,rp)
end end
function c12023931.spcon(e,tp,eg,ep,ev,re,r,rp) function c12023931.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsReason(REASON_DESTROY) and c:IsReason(REASON_BATTLE+REASON_EFFECT) and c:IsSummonType(SUMMON_TYPE_LINK) return c:IsReason(REASON_DESTROY) and c:IsReason(REASON_BATTLE+REASON_EFFECT)
and c:IsPreviousLocation(LOCATION_MZONE) and c:IsSummonType(SUMMON_TYPE_LINK)
end end
function c12023931.spfilter(c,e,tp) function c12023931.spfilter(c,e,tp)
return c:IsRace(RACE_DRAGON) and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return c:IsRace(RACE_DRAGON) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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