Commit 4aa8490c authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix Haggard Lizardose (#2823)

parent d118ec7c
...@@ -43,6 +43,8 @@ function s.actg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -43,6 +43,8 @@ function s.actg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
Duel.SelectTarget(tp,s.atkcheck,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,atk) Duel.SelectTarget(tp,s.atkcheck,tp,LOCATION_MZONE,LOCATION_MZONE,1,1,nil,atk)
if race==RACE_REPTILE then if race==RACE_REPTILE then
e:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DRAW) e:SetCategory(CATEGORY_ATKCHANGE+CATEGORY_DRAW)
else
e:SetCategory(CATEGORY_ATKCHANGE)
end end
end end
function s.acop(e,tp,eg,ep,ev,re,r,rp) function s.acop(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