Commit 28471f40 authored by Nemo Ma's avatar Nemo Ma

fix

parent 940d3047
......@@ -12,7 +12,7 @@ function cm.initial_effect(c)
e1:SetOperation(cm.op1)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,0))
e2:SetDescription(aux.Stringid(276357,0))
e2:SetCategory(CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
......@@ -34,7 +34,7 @@ function cm.op1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.ConfirmDecktop(tp,5)
local g=Duel.GetDecktopGroup(tp,5):Filter(cm.opf1,nil)
if #g>0 and Duel.SelectYesNo(tp,1190) then
if #g>0 and Duel.SelectYesNo(tp,aux.Stringid(12931061,0)) then
Duel.Hint(HINT_SELECTMSG,p,HINTMSG_ATOHAND)
g=g:Select(tp,1,1,nil)
Duel.SendtoHand(g,nil,REASON_EFFECT)
......
......@@ -12,7 +12,7 @@ function cm.initial_effect(c)
e1:SetOperation(cm.op1)
c:RegisterEffect(e1)
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,0))
e2:SetDescription(aux.Stringid(3070049,0))
e2:SetCategory(CATEGORY_COUNTER)
e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN)
......@@ -66,7 +66,7 @@ function cm.op2(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e1)
end
function cm.op2op1(e,tp,eg,ep,ev,re,r,rp)
if not Duel.SelectYesNo(tp,aux.Stringid(m,1)) then return end
if not Duel.SelectYesNo(tp,aux.Stringid(5697558,2)) then return end
Duel.NegateAttack()
e:Reset()
end
\ No newline at end of file
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