Commit 4c86d353 authored by TanakaKotoha's avatar TanakaKotoha

fix 3

parent 569376b8
No preview for this file type
...@@ -54,7 +54,7 @@ function c10908001.drop(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,7 +54,7 @@ function c10908001.drop(e,tp,eg,ep,ev,re,r,rp)
end end
function c10908001.drtg2(e,tp,eg,ep,ev,re,r,rp) function c10908001.drtg2(e,tp,eg,ep,ev,re,r,rp)
local de=e:GetLabel() local de=e:GetLabel()
if Duel.GetLP(tp)<=de then return false end return Duel.GetLP(tp)>de
end end
function c10908001.draw(e,tp,eg,ep,ev,re,r,rp) function c10908001.draw(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,2,REASON_EFFECT) Duel.Draw(tp,2,REASON_EFFECT)
......
...@@ -16,7 +16,7 @@ function c10908006.initial_effect(c) ...@@ -16,7 +16,7 @@ function c10908006.initial_effect(c)
e4:SetCode(EFFECT_NECRO_VALLEY_IM) e4:SetCode(EFFECT_NECRO_VALLEY_IM)
c:RegisterEffect(e4) c:RegisterEffect(e4)
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(10908006,0)) e2:SetDescription(aux.Stringid(10908006,1))
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
e2:SetProperty(EFFECT_FLAG_CARD_TARGET) e2:SetProperty(EFFECT_FLAG_CARD_TARGET)
......
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