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

fix インセクト・プリンセス

parent a94248c4
...@@ -22,7 +22,7 @@ function c37957847.target(e,c) ...@@ -22,7 +22,7 @@ function c37957847.target(e,c)
end end
function c37957847.atkcon(e,tp,eg,ep,ev,re,r,rp) function c37957847.atkcon(e,tp,eg,ep,ev,re,r,rp)
local bc=e:GetHandler():GetBattleTarget() local bc=e:GetHandler():GetBattleTarget()
return bc and bc:IsStatus(STATUS_BATTLE_DESTROYED) and bc:IsRace(RACE_INSECT) return bc and bc:IsRace(RACE_INSECT)
end end
function c37957847.atkop(e,tp,eg,ep,ev,re,r,rp) function c37957847.atkop(e,tp,eg,ep,ev,re,r,rp)
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