Commit 1d141f1e authored by Grajade's avatar Grajade

Update c21133.lua

parent 287d578b
Pipeline #8782 passed with stage
in 55 seconds
......@@ -51,7 +51,7 @@ function c21133.rmfilter(c,tp)
return c:IsSummonPlayer(1-tp) and c:IsAbleToRemove(tp,POS_FACEDOWN) and not c:IsPreviousLocation(LOCATION_HAND)
end
function c21133.rmtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return eg:IsExists(c21133.rmfilter,1,nil,1-tp) end
if chk==0 then return eg:IsExists(c21133.rmfilter,1,nil,tp) end
local g=eg:Filter(c21133.rmfilter,nil,tp)
Duel.SetTargetCard(g)
Duel.SetOperationInfo(0,CATEGORY_REMOVE,g,g:GetCount(),0,0)
......
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