Commit 8f75e5c3 authored by Tachibana's avatar Tachibana

tnndx

parent cc29e8ac
......@@ -50,7 +50,7 @@ function cm.ceop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e1,tp)
end
function cm.ceop2(e,tp,eg,ep,ev,re,r,rp)
if rp==1-tp and re:GetHandler():IsCode(11451461) and Duel.SelectYesNo(tp,aux.Stringid(m,2)) then
if rp==1-tp and re:GetHandler():IsCode(11451460) and Duel.SelectYesNo(tp,aux.Stringid(m,2)) then
Duel.Hint(HINT_CARD,0,m)
Duel.ChangeChainOperation(ev,cm.reop)
e:Reset()
......
......@@ -61,7 +61,7 @@ function cm.caop(e,tp,eg,ep,ev,re,r,rp)
Duel.RegisterEffect(e2,tp)
end
function cm.catg(e,c)
return c:IsCode(11451461) and c:IsType(TYPE_MONSTER)
return c:IsCode(11451460) and c:IsType(TYPE_MONSTER)
end
function cm.caval(e,c)
if c:IsAttribute(ATTRIBUTE_DEVINE) then return 0x7f 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