Commit 56bfdf8d authored by GuGu's avatar GuGu

Update c14000057.lua 特召检测

parent 7175881f
Pipeline #17815 passed with stage
in 7 seconds
......@@ -35,7 +35,7 @@ function cm.cfilter(c,e,tp)
return c:IsDiscardable() and Duel.IsExistingMatchingCard(cm.spellfilter,tp,LOCATION_DECK+LOCATION_HAND,0,1,c,e,tp)
end
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
function cm.spcost(e,tp,eg,ep,ev,re,r,rp,chk)
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