Commit 10b8cd94 authored by Tachibana's avatar Tachibana

nmbd

parent 516da7db
...@@ -43,7 +43,6 @@ function cm.initial_effect(c) ...@@ -43,7 +43,6 @@ function cm.initial_effect(c)
e2:SetCode(EVENT_CHAINING) e2:SetCode(EVENT_CHAINING)
e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL) e2:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_DAMAGE_CAL)
e2:SetRange(LOCATION_MZONE) e2:SetRange(LOCATION_MZONE)
e2:SetCountLimit(1,m)
e2:SetCondition(cm.discon) e2:SetCondition(cm.discon)
e2:SetCost(cm.discost) e2:SetCost(cm.discost)
e2:SetTarget(cm.distg) e2:SetTarget(cm.distg)
......
...@@ -56,7 +56,8 @@ function c66915001.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,7 +56,8 @@ function c66915001.spop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,c66915001.filter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp) local g=Duel.SelectMatchingCard(tp,c66915001.filter,tp,LOCATION_EXTRA,0,1,1,nil,e,tp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SpecialSummon(g,0,tp,tp,true,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,true,false,POS_FACEUP)
Duel.Hint(HINT_MUSIC,0,aux.Stringid(81013009,2)) g:GetFirst():CompleteProcedure()
Duel.Hint(HINT_MUSIC,0,aux.Stringid(81001000,0))
end end
end end
function c66915001.seqcon(e,tp,eg,ep,ev,re,r,rp) function c66915001.seqcon(e,tp,eg,ep,ev,re,r,rp)
......
...@@ -44,7 +44,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,7 +44,7 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=Duel.GetFirstTarget() local tc=Duel.GetFirstTarget()
if c:IsRelateToEffect(e) and tc:IsRelateToEffect(e) if c:IsRelateToEffect(e) and tc:IsRelateToEffect(e)
and Duel.SpecialSummonStep(tc,0,tp,tp,true,true,POS_FACEUP) then and Duel.SpecialSummonStep(tc,0,tp,tp,true,false,POS_FACEUP) then
c:SetCardTarget(tc) c:SetCardTarget(tc)
Duel.SpecialSummonComplete() Duel.SpecialSummonComplete()
if Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(m,0)) then if Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(m,0)) then
......
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