Commit 287d578b authored by Grajade's avatar Grajade

Update c21133.lua

parent eea13527
Pipeline #8781 passed with stage
in 1 minute and 52 seconds
......@@ -48,7 +48,7 @@ function c21133.setop(e,tp,eg,ep,ev,re,r,rp)
end
end
function c21133.rmfilter(c,tp)
return c:IsSummonPlayer(tp) and c:IsAbleToRemove(tp,POS_FACEDOWN) and not c:IsPreviousLocation(LOCATION_HAND)
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
......
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