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

Fix VS 裏螺旋流雪風 (#2321)

parent 3a80d0d5
...@@ -47,7 +47,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -47,7 +47,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end end
if ct>1 then if ct>1 then
Duel.BreakEffect() Duel.BreakEffect()
if Duel.Damage(1-tp,600,REASON_EFFECT)>0 and Duel.GetLP(1-tp)>0 then Duel.Damage(1-tp,600,REASON_EFFECT)
if Duel.GetLP(1-tp)>0 then
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_INDESTRUCTABLE_EFFECT) e1:SetCode(EFFECT_INDESTRUCTABLE_EFFECT)
......
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