Commit f69b6214 authored by 未闻皂名's avatar 未闻皂名

2020/7/8 新增:鹰身少女

parent 60e63c34
No preview for this file type
...@@ -21,7 +21,7 @@ end ...@@ -21,7 +21,7 @@ end
function cm.desfilter(c) function cm.desfilter(c)
return c:IsFaceup() and c:IsLevelAbove(6) return c:IsFaceup() and c:IsLevelAbove(6)
end end
function cm.condition(e) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return c:IsReason(REASON_SUMMON) and c:IsStatus(STATUS_SUMMON_TURN) return c:IsReason(REASON_SUMMON) and c:IsStatus(STATUS_SUMMON_TURN)
and Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_MZONE,0,1,nil) and Duel.IsExistingMatchingCard(cm.confilter,tp,LOCATION_MZONE,0,1,nil)
......
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