Commit 3d87a017 authored by mercury233's avatar mercury233 Committed by GitHub

fix ヘルウェイ・パトロール

parent 489fb669
...@@ -37,8 +37,7 @@ function c13521194.damoperation(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,8 +37,7 @@ function c13521194.damoperation(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(p,d,REASON_EFFECT) Duel.Damage(p,d,REASON_EFFECT)
end end
function c13521194.filter(c,e,tp) function c13521194.filter(c,e,tp)
local atk=c:GetAttack() return c:IsAttackBelow(2000) and c:IsRace(RACE_FIEND) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
return atk>=0 and atk<=2000 and c:IsRace(RACE_FIEND) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function c13521194.sptarget(e,tp,eg,ep,ev,re,r,rp,chk) function c13521194.sptarget(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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