Commit 87063a71 authored by Tachibana's avatar Tachibana

ndyd

parent 83126e14
--判若熟识 森永Miu --判若熟识 森永Miu
local m=81003029 local m=81003029
local cm=_G["c"..m] local cm=_G["c"..m]
Duel.LoadScript("c81000000.lua") Duel.LoadScript("c81000000.lua")
...@@ -108,7 +108,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -108,7 +108,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
if sg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(m,2)) then if sg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(m,2)) then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
local dg=g:Select(tp,1,1,nil) local dg=sg:Select(tp,1,1,nil)
Duel.HintSelection(dg) Duel.HintSelection(dg)
Duel.Destroy(dg,REASON_EFFECT) Duel.Destroy(dg,REASON_EFFECT)
end end
......
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