Commit ad6c3e3f authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 6010f7f8
......@@ -239,7 +239,7 @@ function cm.disop(e,tp,eg,ep,ev,re,r,rp)
e:GetHandler():RegisterFlagEffect(17035340,RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END,0,0)
end
function cm.pentg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return c:GetFlagEffect(17035340)>0
if chk==0 then return e:GetHandler():GetFlagEffect(17035340)>0
and Duel.CheckLocation(tp,LOCATION_PZONE,0) or Duel.CheckLocation(tp,LOCATION_PZONE,1) end
end
function cm.penop(e,tp,eg,ep,ev,re,r,rp)
......
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