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