Commit 0caf2c9e authored by Tachibana's avatar Tachibana

得得得得得

parent dba602db
Pipeline #12537 canceled with stages
in 21 minutes and 33 seconds
......@@ -99,6 +99,8 @@
#100
10050101 1 --不可思议的国度
10050111 0 --坠入不可思议的国度
10060071 1 --微笑的牵手 绊
10060121 1 --毫不动摇的决心 叶月
10070018 0 --走丢的亲卫鲷
10071121 1 --这份思念直到永远 佳代
10071201 1 --被蛇神选中的少女 纪代
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -18,12 +18,12 @@ function cm.initial_effect(c)
e4:SetCountLimit(1,m)
e4:SetCondition(cm.recon1)
e4:SetLabel(0)
e5:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk)
e4:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(cm.spfilter,tp,LOCATION_HAND,0,1,nil,e,tp) end
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_HAND)
end)
e5:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
e4:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local g=Duel.SelectMatchingCard(tp,cm.spfilter,tp,LOCATION_HAND,0,1,1,nil,e,tp)
......
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