Commit 66959a73 authored by wind2009's avatar wind2009

Fix 糾罪巧-Aizaβ.LEON

parent 721735ae
...@@ -192,7 +192,7 @@ function s.regcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -192,7 +192,7 @@ function s.regcon(e,tp,eg,ep,ev,re,r,rp)
end end
function s.regop(e,tp,eg,ep,ev,re,r,rp) function s.regop(e,tp,eg,ep,ev,re,r,rp)
local ct=eg:FilterCount(Card.IsControler,nil,1-tp) local ct=eg:FilterCount(Card.IsControler,nil,1-tp)
e:GetHandler():RegisterFlagEffect(id+o,RESET_EVENT+RESETS_STANDARD+RESET_CHAIN,0,1,ct) e:GetHandler():RegisterFlagEffect(id+o,RESET_EVENT|RESETS_STANDARD|RESET_CONTROL|RESET_CHAIN,0,1,ct)
end end
function s.damcon2(e,tp,eg,ep,ev,re,r,rp) function s.damcon2(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetFlagEffect(id+o)>0 return e:GetHandler():GetFlagEffect(id+o)>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