Commit 751a3f6d authored by GuGu's avatar GuGu

Update c99999031.lua

parent 794d09f2
Pipeline #32914 passed with stage
in 11 seconds
...@@ -51,7 +51,7 @@ function c99999031.filter2(c) ...@@ -51,7 +51,7 @@ function c99999031.filter2(c)
end end
function c99999031.tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c99999031.tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler() local c=e:GetHandler()
if chk==0 then return c:IsAbleToRemove() and Duel.IsExistingMatchingCard(c99999031.filter2,tp,LOCATION_GRAVE,0,1,nil) end if chk==0 then return c:IsAbleToRemove() and Duel.IsExistingMatchingCard(c99999031.filter2,tp,LOCATION_GRAVE,0,1,nil) and c:IsStatus(STATUS_CHAINING) end
Duel.SetOperationInfo(0,CATEGORY_REMOVE,c,1,0,0) Duel.SetOperationInfo(0,CATEGORY_REMOVE,c,1,0,0)
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_GRAVE) Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,LOCATION_GRAVE)
end 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