Commit 90cb264c authored by mercury233's avatar mercury233 Committed by GitHub

fix ジュラック・ヴォルケーノ

parent cb921a30
...@@ -59,7 +59,7 @@ function s.checkop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -59,7 +59,7 @@ function s.checkop1(e,tp,eg,ep,ev,re,r,rp)
end end
function s.checkop2(e,tp,eg,ep,ev,re,r,rp) function s.checkop2(e,tp,eg,ep,ev,re,r,rp)
if re and re:GetHandlerPlayer() and re:IsActiveType(TYPE_MONSTER) then if re and re:GetHandlerPlayer() and re:IsActiveType(TYPE_MONSTER) then
local ct=Duel.GetFlagEffect(re:GetHandlerPlayer(),id) local ct=Duel.GetFlagEffect(re:GetHandlerPlayer(),id) or 0
Duel.ResetFlagEffect(re:GetHandlerPlayer(),id) Duel.ResetFlagEffect(re:GetHandlerPlayer(),id)
if ct>1 then if ct>1 then
local ra=0 local ra=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