Commit e9402854 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 3e62f877
...@@ -107,7 +107,7 @@ function cm.discon(e,tp,eg,ep,ev,re,r,rp) ...@@ -107,7 +107,7 @@ function cm.discon(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev) return not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev)
end end
function cm.distg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.distg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Hint(HINT_SOUND,0,aux.Stringid(17030012,4)) Duel.Hint(HINT_SOUND,0,aux.Stringid(17050932,4))
if chk==0 then return true end if chk==0 then return true end
Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0) Duel.SetOperationInfo(0,CATEGORY_NEGATE,eg,1,0,0)
if re:GetHandler():IsDestructable() and re:GetHandler():IsRelateToEffect(re) then if re:GetHandler():IsDestructable() and re:GetHandler():IsRelateToEffect(re) then
...@@ -124,11 +124,11 @@ function cm.descon(e,tp,eg,ep,ev,re,r,rp) ...@@ -124,11 +124,11 @@ function cm.descon(e,tp,eg,ep,ev,re,r,rp)
return c:IsPreviousLocation(LOCATION_MZONE+LOCATION_SZONE) and c:IsFaceup() return c:IsPreviousLocation(LOCATION_MZONE+LOCATION_SZONE) and c:IsFaceup()
end end
function cm.sumsuc(e,tp,eg,ep,ev,re,r,rp) function cm.sumsuc(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SOUND,0,aux.Stringid(17030012,2)) Duel.Hint(HINT_SOUND,0,aux.Stringid(17050932,2))
end end
function cm.atksuc(e,tp,eg,ep,ev,re,r,rp) function cm.atksuc(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SOUND,0,aux.Stringid(17030012,3)) Duel.Hint(HINT_SOUND,0,aux.Stringid(17050932,3))
end end
function cm.dessuc(e,tp,eg,ep,ev,re,r,rp) function cm.dessuc(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SOUND,0,aux.Stringid(17030012,5)) Duel.Hint(HINT_SOUND,0,aux.Stringid(17050932,5))
end end
\ No newline at end of file
...@@ -10,7 +10,7 @@ function c65020095.initial_effect(c) ...@@ -10,7 +10,7 @@ function c65020095.initial_effect(c)
e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND+CATEGORY_DESTROY) e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND+CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_FZONE) e1:SetRange(LOCATION_FZONE)
e1:SetCountLimit(1) e1:SetCountLimit(1,65020095)
e1:SetCost(c65020095.cost) e1:SetCost(c65020095.cost)
e1:SetTarget(c65020095.tg) e1:SetTarget(c65020095.tg)
e1:SetOperation(c65020095.op) e1:SetOperation(c65020095.op)
......
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