Commit 57632433 authored by mercury233's avatar mercury233

fix

parent 44ba3547
...@@ -157,8 +157,8 @@ function c19162134.diceop(e,tp,eg,ep,ev,re,r,rp) ...@@ -157,8 +157,8 @@ function c19162134.diceop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c19162134.damcon1(e,tp,eg,ep,ev,re,r,rp) function c19162134.damcon1(e,tp,eg,ep,ev,re,r,rp)
return ep==tp and Duel.GetLP(tp)<=500 return ep==tp and Duel.GetLP(tp)<=500 and Duel.GetLP(tp)>0
end end
function c19162134.damcon2(e,tp,eg,ep,ev,re,r,rp) function c19162134.damcon2(e,tp,eg,ep,ev,re,r,rp)
return ep==1-tp and Duel.GetLP(1-tp)<=500 return ep==1-tp and Duel.GetLP(1-tp)<=500 and Duel.GetLP(1-tp)>0
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