Commit 488641f3 authored by GuGu's avatar GuGu

Update c14000068.lua 特召检测

parent a43200b8
Pipeline #17817 passed with stage
in 44 seconds
...@@ -35,7 +35,7 @@ function cm.cfilter(c,e,tp) ...@@ -35,7 +35,7 @@ function cm.cfilter(c,e,tp)
return c:IsDiscardable() and Duel.IsExistingMatchingCard(cm.spellfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,c,e,tp) return c:IsDiscardable() and Duel.IsExistingMatchingCard(cm.spellfilter,tp,LOCATION_HAND+LOCATION_DECK,0,1,c,e,tp)
end end
function cm.spellfilter(c,e,tp) function cm.spellfilter(c,e,tp)
return c:IsCode(14000055) and Duel.IsPlayerCanSpecialSummonMonster(tp,14000055,nil,0x11,0,0,0,0,0x3f,POS_FACEUP) return c:IsCode(14000055) and Duel.IsPlayerCanSpecialSummonMonster(tp,14000055,nil,0x11,0,0,0,0,0x3f,POS_FACEUP) and c:IsCanBeSpecialSummoned(e,0,tp,true,true,POS_FACEUP)
end end
function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk) function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
e:SetLabel(1) e:SetLabel(1)
......
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