Skip to content

Commit

Permalink
partly fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mercury233 committed Feb 28, 2022
1 parent c0f01b0 commit 3cc92d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions c54693926.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function c54693926.activate(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(e:GetHandler())
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD+RESET_PHASE+PHASE_END)
tc:RegisterEffect(e2)
tc=g:GetNext()
Expand Down
1 change: 1 addition & 0 deletions c63977008.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function c63977008.sumop(e,tp,eg,ep,ev,re,r,rp)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_DISABLE_EFFECT)
e2:SetValue(RESET_TURN_SET)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
Expand Down

0 comments on commit 3cc92d0

Please sign in to comment.