Commit e127e36e authored by Amiya's avatar Amiya

修复

parent 1cafcf51
Pipeline #41181 passed with stages
in 1 minute and 43 seconds
...@@ -85,7 +85,7 @@ function s.rmcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,7 +85,7 @@ function s.rmcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(Card.IsControler,1,nil,1-tp) return eg:IsExists(Card.IsControler,1,nil,1-tp)
end end
function s.rmfilter(c,tp) function s.rmfilter(c,tp)
return c:IsLocation(LOCATION_GRAVE) and c:IsControler(1-tp) and c:IsAbleToRemove(1-tp) return c:IsLocation(LOCATION_GRAVE) and c:IsControler(1-tp) and c:IsAbleToRemove(1-tp) and c:IsType(TYPE_MONSTER)
end end
function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.rmtg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local sg=eg:Filter(s.rmfilter,nil,tp) local sg=eg:Filter(s.rmfilter,nil,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