Commit 2b5d31dc authored by Grajade's avatar Grajade

Update c1156009.lua

parent 3cebc59f
Pipeline #3509 passed with stages
in 28 minutes and 38 seconds
......@@ -62,8 +62,8 @@ function c1156009.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
local num=eg:FilterCount(c1156009.tfilter2,nil,tp)
Duel.SetOperationInfo(0,CATEGORY_TODECK,nil,num+1,0,LOCATION_ONFIELD)
end
function c1156009.tfilter2(c,e,tp)
return c:GetSummonPlayer()~=tp and c:IsAbleToDeck() and c:IsRelateToEffect(e) and c:IsLocation(LOCATION_MZONE)
function c1156009.ofilter2(c,e,tp)
return c:GetSummonPlayer()~=tp and c:IsRelateToEffect(e) and c:IsLocation(LOCATION_MZONE)
end
function c1156009.op2(e,tp,eg,ep,ev,re,r,rp)
local sg=eg:Filter(c1156009.ofilter2,nil,e,tp)
......
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