Commit 69685513 authored by mercury233's avatar mercury233

fix

parent a53083b7
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
--Script by nekrozar --Script by nekrozar
function c101005089.initial_effect(c) function c101005089.initial_effect(c)
--xyz summon --xyz summon
aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x107a),3,2,nil,nil,99) aux.AddXyzProcedure(c,aux.FilterBoolFunction(Card.IsSetCard,0x107a),4,2,nil,nil,99)
c:EnableReviveLimit() c:EnableReviveLimit()
--to hand --to hand
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
......
...@@ -19,6 +19,9 @@ function c101006068.initial_effect(c) ...@@ -19,6 +19,9 @@ function c101006068.initial_effect(c)
e2:SetCondition(c101006068.atkcon) e2:SetCondition(c101006068.atkcon)
e2:SetValue(-500) e2:SetValue(-500)
c:RegisterEffect(e2) c:RegisterEffect(e2)
local e5=e2:Clone()
e5:SetCode(EFFECT_UPDATE_DEFENSE)
c:RegisterEffect(e5)
--activate Necrovalley --activate Necrovalley
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(101006068,0)) e3:SetDescription(aux.Stringid(101006068,0))
......
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