Commit 7175881f authored by GuGu's avatar GuGu

Update c14000056.lua 特召检测

parent 6bfbcb0f
Pipeline #17814 passed with stage
in 56 seconds
......@@ -88,7 +88,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function cm.spellfilter(c,e,tp)
return c:IsCode(14000055) and Duel.IsPlayerCanSpecialSummonMonster(tp,14000055,nil,0x11,0,0,0,0,ATTRIBUTE_LIGHT+ATTRIBUTE_DARK+ATTRIBUTE_EARTH+ATTRIBUTE_FIRE+ATTRIBUTE_WATER+ATTRIBUTE_WIND,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.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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