Commit 2a693d33 authored by wind2009's avatar wind2009

Fix 暗黒海龍-ドライアグル

parent 8157b04f
...@@ -69,6 +69,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,6 +69,7 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
e1:SetValue(500) e1:SetValue(500)
e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE) e1:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_DISABLE)
c:RegisterEffect(e1) c:RegisterEffect(e1)
if not c:IsHasEffect(EFFECT_REVERSE_UPDATE) then
if e:GetLabel()==100 then if e:GetLabel()==100 then
Duel.BreakEffect() Duel.BreakEffect()
Duel.Damage(1-tp,1000,REASON_EFFECT) Duel.Damage(1-tp,1000,REASON_EFFECT)
...@@ -77,4 +78,5 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,4 +78,5 @@ function s.atkop(e,tp,eg,ep,ev,re,r,rp)
Duel.DiscardDeck(tp,1,REASON_EFFECT) Duel.DiscardDeck(tp,1,REASON_EFFECT)
end end
end end
end
end 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