Commit 35f89f21 authored by REIKAI's avatar REIKAI 💬

Update c60152902.lua

parent b6f81f52
Pipeline #18839 passed with stages
in 25 minutes and 28 seconds
...@@ -21,7 +21,7 @@ end ...@@ -21,7 +21,7 @@ end
function s.damop(e,tp) function s.damop(e,tp)
if not B2Sayaka.Damage(tp) then return end if not B2Sayaka.Damage(tp) then return end
local ct = B2Sayaka.LPDifferent() local ct = B2Sayaka.LPDifferent()
Scl.SelectAndOperateCards("NegateEffect", tp, aux.NegateAnyFilter, tp, 0, "Field", 1, ct, nil)() Scl.SelectAndOperateCards("NegateEffect", tp, aux.NegateAnyFilter, tp, 0, "OnField", 1, ct, nil)()
end end
function s.regop(e,tp,eg) function s.regop(e,tp,eg)
for tc in aux.Next(eg) do for tc in aux.Next(eg) do
......
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