Commit 15e2c57c authored by 八宫一月's avatar 八宫一月

fix

parent b4aaa4d9
Pipeline #40042 passed with stages
in 3 minutes and 28 seconds
...@@ -75,7 +75,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -75,7 +75,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.rmtg(e,c) function s.rmtg(e,c)
return c:GetOwner()~=e:GetHandlerPlayer() and c:IsLocation(LOCATION_ONFIELD) return c:GetOwner()~=e:GetHandlerPlayer() and c:IsLocation(LOCATION_ONFIELD) and c:IsType(TYPE_MONSTER)
end end
function s.thcon(e,tp,eg,ep,ev,re,r,rp) function s.thcon(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject() local tc=e:GetLabelObject()
......
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