Commit 4dd03d9c authored by sidschingis's avatar sidschingis

fix

parent 08bd5499
......@@ -21,7 +21,6 @@ function c53804307.initial_effect(c)
e2:SetProperty(EFFECT_FLAG_REPEAT)
e2:SetCode(EVENT_PHASE+PHASE_END)
e2:SetCondition(c53804307.retcon)
e2:SetCost(c53804307.retcost)
e2:SetTarget(c53804307.rettg)
e2:SetOperation(c53804307.retop)
c:RegisterEffect(e2)
......
......@@ -8,7 +8,6 @@ function c71175527.initial_effect(c)
e1:SetCode(EVENT_SUMMON_SUCCESS)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP+EFFECT_FLAG_CARD_TARGET)
e1:SetCountLimit(1,71175527)
e1:SetCost(c71175527.spcost)
e1:SetTarget(c71175527.sptg)
e1:SetOperation(c71175527.spop)
c:RegisterEffect(e1)
......
......@@ -20,7 +20,7 @@ function c80885284.initial_effect(c)
e3:SetDescription(aux.Stringid(80885284,1))
e3:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e3:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_TRIGGER_O)
e3:SetProperty(+FFECT_FLAG_DAMAGE_STEP)
e3:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e3:SetCode(EVENT_FLIP)
e3:SetCountLimit(1,80885284)
e3:SetTarget(c80885284.thtg)
......
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