Commit 2dd0d9fb authored by wind2009's avatar wind2009

Update 叛逆者エト

parent 60f1c6a0
...@@ -64,7 +64,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp) ...@@ -64,7 +64,7 @@ function s.adjustop(e,tp,eg,ep,ev,re,r,rp)
s.Traitor_RegisterEffect=Card.RegisterEffect s.Traitor_RegisterEffect=Card.RegisterEffect
function Card.RegisterEffect(Card_c,Effect_e,bool) function Card.RegisterEffect(Card_c,Effect_e,bool)
if Effect_e:GetType() and bit.band(Effect_e:GetType(),EFFECT_TYPE_QUICK_O+EFFECT_TYPE_QUICK_F)~=0 then if Effect_e:GetType() and bit.band(Effect_e:GetType(),EFFECT_TYPE_QUICK_O+EFFECT_TYPE_QUICK_F)~=0 then
if Effect_e:GetCode() and Effect_e:GetCode()~=EVENT_FREE_CHAIN then if Effect_e:GetCode() and Effect_e:GetCode()==EVENT_CHAINING then
Card_c:RegisterFlagEffect(id,0,0,1) Card_c:RegisterFlagEffect(id,0,0,1)
end end
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