Commit 6067ee2c authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12048002.lua

parent 750b51ce
...@@ -37,7 +37,7 @@ function cm.qecon(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,7 +37,7 @@ function cm.qecon(e,tp,eg,ep,ev,re,r,rp)
return tt>19 and Duel.GetCustomActivityCount(m,tp,ACTIVITY_CHAIN,cm.chainfilter)>0 return tt>19 and Duel.GetCustomActivityCount(m,tp,ACTIVITY_CHAIN,cm.chainfilter)>0
end end
function cm.filter(c) function cm.filter(c)
return c:GetType()==TYPE_SPELL and c:IsAbleToHand() return c:IsAbleToHand()
end end
function cm.qetg(e,tp,eg,ep,ev,re,r,rp,chk) function cm.qetg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_GRAVE,LOCATION_GRAVE,nil) end if chk==0 then return Duel.IsExistingMatchingCard(cm.filter,tp,LOCATION_GRAVE,LOCATION_GRAVE,nil) end
......
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