Commit fdc924ea authored by sidschingis's avatar sidschingis

changed to master

parent 5bf0e7b0
...@@ -28,11 +28,6 @@ function c14001430.initial_effect(c) ...@@ -28,11 +28,6 @@ function c14001430.initial_effect(c)
e4:SetTarget(c14001430.reptg) e4:SetTarget(c14001430.reptg)
e4:SetValue(c14001430.repval) e4:SetValue(c14001430.repval)
c:RegisterEffect(e4) c:RegisterEffect(e4)
--immune to necro valley
local e5=Effect.CreateEffect(c)
e5:SetType(EFFECT_TYPE_SINGLE)
e5:SetCode(EFFECT_NECRO_VALLEY_IM)
c:RegisterEffect(e5)
end end
function c14001430.tdfilter(c) function c14001430.tdfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x71) and c:IsAbleToDeck() return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x71) and c:IsAbleToDeck()
......
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