Commit c2218610 authored by Tachibana's avatar Tachibana

eme

parent 9f31640c
...@@ -15,7 +15,8 @@ function c17030730.spfilter(c,e,tp) ...@@ -15,7 +15,8 @@ function c17030730.spfilter(c,e,tp)
or (c.psummonable_location==LOCATION_HAND and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_PENDULUM,tp,true,false))) or (c.psummonable_location==LOCATION_HAND and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_PENDULUM,tp,true,false)))
end end
function c17030730.target(e,tp,eg,ep,ev,re,r,rp,chk) function c17030730.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(c17030730.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp) end if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c17030730.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
end end
function c17030730.activate(e,tp,eg,ep,ev,re,r,rp) function c17030730.activate(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -92,7 +92,7 @@ function cm.initial_effect(c) ...@@ -92,7 +92,7 @@ function cm.initial_effect(c)
e3:SetCode(EVENT_CHAINING) e3:SetCode(EVENT_CHAINING)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL) e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e3:SetRange(LOCATION_MZONE) e3:SetRange(LOCATION_MZONE)
e3:SetCountLimit(1) e3:SetCountLimit(1,m)
e3:SetCondition(cm.discon) e3:SetCondition(cm.discon)
e3:SetTarget(cm.distg) e3:SetTarget(cm.distg)
e3:SetOperation(cm.disop) e3:SetOperation(cm.disop)
......
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