Commit e627f458 authored by Tachibana's avatar Tachibana

nmbd

parent 96980f4b
......@@ -28,7 +28,7 @@ function c21520250.cfilter(c,e,tp)
return c:IsCanBeSpecialSummoned(e,0,tp,false,true) and c:IsSetCard(0x491) and c:IsType(TYPE_MONSTER)
end
function c21520250.condition(e,tp,eg,ep,ev,re,r,rp)
return (re:IsActiveType(TYPE_MONSTER) or re:IsHasType(EFFECT_TYPE_ACTIVATE))
return Duel.IsChainDisablable(ev)
and Duel.IsExistingMatchingCard(c21520250.effectfilter,tp,LOCATION_ONFIELD,LOCATION_ONFIELD,1,nil)
end
function c21520250.target(e,tp,eg,ep,ev,re,r,rp,chk)
......@@ -39,7 +39,7 @@ end
function c21520250.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c21520250.cfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,LOCATION_GRAVE+LOCATION_REMOVED,nil,e,tp)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
if not Duel.NegateActivation(ev) then return end
if not Duel.NegateEffect(ev) then return end
if g:GetCount()>0 and ft>0 then
Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
......
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