Commit 97f28df1 authored by Tachibana's avatar Tachibana

得得得得得

parent 13f44b57
......@@ -31,14 +31,7 @@ function c71400010.initial_effect(c)
c:RegisterEffect(e2)
end
function c71400010.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) and Duel.GetCurrentPhase()~=PHASE_MAIN2 end
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_BP)
e1:SetProperty(EFFECT_FLAG_PLAYER_TARGET+EFFECT_FLAG_OATH)
e1:SetTargetRange(1,0)
e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp)
if chk==0 then return e:GetHandler():CheckRemoveOverlayCard(tp,1,REASON_COST) end
e:GetHandler():RemoveOverlayCard(tp,1,1,REASON_COST)
end
function c71400010.filter1(c)
......
......@@ -10,7 +10,7 @@ function c71400057.initial_effect(c)
e1:SetDescription(aux.Stringid(71400057,0))
e1:SetCondition(yume.YumeCon)
e1:SetOperation(c71400057.op1)
e1:SetOperation(c71400057.tg1)
e1:SetTarget(c71400057.tg1)
c:RegisterEffect(e1)
--material
local e2=Effect.CreateEffect(c)
......
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