Commit c62fa5df authored by Amiya's avatar Amiya

修复

parent fcf09304
Pipeline #40673 passed with stages
in 13 minutes and 7 seconds
...@@ -25,7 +25,7 @@ end ...@@ -25,7 +25,7 @@ end
function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then if chkc then
if e:GetLabel()==1 then if e:GetLabel()==1 then
return chkc:IsOnField() and chkc:IsFaceup() return chkc:IsOnField() and chkc:IsFaceup() and chkc~=e:GetHandler()
elseif e:GetLabel()==2 then elseif e:GetLabel()==2 then
return chkc:IsLocation(LOCATION_GRAVE) and s.spfilter(chkc,e,tp) return chkc:IsLocation(LOCATION_GRAVE) and s.spfilter(chkc,e,tp)
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