Commit f4c7f800 authored by mercury233's avatar mercury233 Committed by GitHub

fix 転生炎獣ヒートライオ

parent fa1877a6
...@@ -72,7 +72,7 @@ function c41463181.atkfilter1(c,tp) ...@@ -72,7 +72,7 @@ function c41463181.atkfilter1(c,tp)
return c:IsFaceup() and Duel.IsExistingTarget(c41463181.atkfilter2,tp,LOCATION_GRAVE,0,1,nil,c) return c:IsFaceup() and Duel.IsExistingTarget(c41463181.atkfilter2,tp,LOCATION_GRAVE,0,1,nil,c)
end end
function c41463181.atkfilter2(c,tc) function c41463181.atkfilter2(c,tc)
return c:IsType(TYPE_MONSTER) and c:GetAttack()~=tc:GetAttack() return c:IsType(TYPE_MONSTER) and c:GetAttack()~=tc:GetAttack() and c:GetTextAttack()>=0
end end
function c41463181.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c41463181.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return false end if chkc then return false end
......
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