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)
return tt>19 and Duel.GetCustomActivityCount(m,tp,ACTIVITY_CHAIN,cm.chainfilter)>0
end
function cm.filter(c)
return c:GetType()==TYPE_SPELL and c:IsAbleToHand()
return c:IsAbleToHand()
end
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
......@@ -62,4 +62,4 @@ function cm.qeop(e,tp,eg,ep,ev,re,r,rp)
end
function cm.actlimit(e,re,tp)
return re:GetActivateLocation()==LOCATION_GRAVE
end
\ No newline at end of file
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