Commit 639fb82f authored by wind2009's avatar wind2009

Fix 糾罪巧-Archaη.TAIL

parent 3498fff8
...@@ -20,3 +20,10 @@ ...@@ -20,3 +20,10 @@
100245023 100245023
100245024 100245024
100245025 100245025
100245031
100245032
100245033
100245035
100245036
100245037
100245038
\ No newline at end of file
...@@ -8,3 +8,4 @@ ...@@ -8,3 +8,4 @@
100243001 100243001
100246001 100246001
100246002 100246002
100247147
\ No newline at end of file
...@@ -187,8 +187,7 @@ function s.damcon1(e,tp,eg,ep,ev,re,r,rp) ...@@ -187,8 +187,7 @@ function s.damcon1(e,tp,eg,ep,ev,re,r,rp)
end end
function s.damop1(e,tp,eg,ep,ev,re,r,rp) function s.damop1(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_CARD,0,id) Duel.Hint(HINT_CARD,0,id)
local ct=eg:FilterCount(s.damfilter,nil,1-tp) Duel.Damage(1-tp,900,REASON_EFFECT)
Duel.Damage(1-tp,ct*900,REASON_EFFECT)
end end
function s.regcon(e,tp,eg,ep,ev,re,r,rp) function s.regcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetFlagEffect(id)>0 return e:GetHandler():GetFlagEffect(id)>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