Commit 704359ba authored by Tachibana's avatar Tachibana

sign out

parent 2c8cd2d3
Pipeline #2989 passed with stages
in 30 minutes and 43 seconds
......@@ -1227,7 +1227,7 @@
81051001 2 --凯瑟琳·罗森塔尔 θ
81052002 1 --克里斯汀·罗森塔尔-c239b3
81056002 1 --浅见空子·月色
81057002 0 --水晶艾蕾娜·花海
81057003 0 --水晶艾蕾娜·花海
81057004 1 --水晶艾蕾娜·雨夜
81058004 0 --原田秋叶·夏祭
81060008 1 --薇薇安·伊文捷琳 θ
......
......@@ -32,6 +32,7 @@ function c12031000.initial_effect(c)
e3:SetCode(EVENT_FREE_CHAIN)
e3:SetRange(LOCATION_GRAVE)
e3:SetProperty(EFFECT_FLAG_CARD_TARGET)
e3:SetCost(c12031000.tdcost)
e3:SetTarget(c12031000.tdtg)
e3:SetOperation(c12031000.tdop)
c:RegisterEffect(e3)
......@@ -52,6 +53,10 @@ end
function c12031000.efilter(e,te)
return te:GetOwner()~=e:GetOwner()
end
function c12031000.tdcost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,m)==0 end
Duel.RegisterFlagEffect(tp,m,RESET_CHAIN,0,1)
end
function c12031000.tdtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_GRAVE) and chkc:IsAbleToDeck() and chkc~=e:GetHandler() end
if chk==0 then return e:GetHandler():IsAbleToExtra()
......
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