Commit fd49e0b7 authored by Amiya's avatar Amiya

修复

parent ca671c49
Pipeline #42101 failed with stages
in 1 minute and 58 seconds
...@@ -116,7 +116,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -116,7 +116,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
end end
function s.pztg(e,tp,eg,ep,ev,re,r,rp,chk) function s.pztg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return (Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1)) if chk==0 then return (Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1))
and c:IsType(TYPE_PENDULUM) end and e:GetHandler():IsType(TYPE_PENDULUM) end
end end
function s.pzop(e,tp,eg,ep,ev,re,r,rp) function s.pzop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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