Skip to content

Commit a6f69c7

Browse files
committed
fixed Animagica Sorcerer
1 parent 4e3dc42 commit a6f69c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rush/c160020028.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ function s.initial_effect(c)
1515
local e2=e1:Clone()
1616
e2:SetCode(EFFECT_PIERCE)
1717
c:RegisterEffect(e2)
18+
local e4=e1:Clone()
19+
e4:SetCode(EFFECT_UPDATE_DEFENSE)
20+
c:RegisterEffect(e4)
1821
--lv up
1922
local e3=Effect.CreateEffect(c)
2023
e3:SetType(EFFECT_TYPE_FIELD)

0 commit comments

Comments
 (0)