Commit 37d718a2 authored by mercury233's avatar mercury233 Committed by GitHub

fix 双穹の騎士アストラム

parent 0c533a54
...@@ -54,7 +54,7 @@ end ...@@ -54,7 +54,7 @@ end
function c21887175.atkcon(e,tp,eg,ep,ev,re,r,rp) function c21887175.atkcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local bc=c:GetBattleTarget() local bc=c:GetBattleTarget()
return bc and bc:IsSummonType(SUMMON_TYPE_SPECIAL) return bc and bc:IsSummonType(SUMMON_TYPE_SPECIAL) and bc:GetAttack()>0
end end
function c21887175.atkcost(e,tp,eg,ep,ev,re,r,rp,chk) function c21887175.atkcost(e,tp,eg,ep,ev,re,r,rp,chk)
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