Commit 277e4234 authored by Amiya's avatar Amiya

修复

parent 4cbc36cd
Pipeline #42089 failed with stages
in 2 minutes and 5 seconds
......@@ -115,7 +115,8 @@ 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)
if chk==0 then return Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1) end
if chk==0 then return (Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1))
and c:IsType(TYPE_PENDULUM) end
end
function s.pzop(e,tp,eg,ep,ev,re,r,rp)
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