Skip to content

Commit 4c47324

Browse files
authored
Update c300303014.lua
Indentation fix
1 parent 0abc1c9 commit 4c47324

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

skill/c300303014.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ function s.op(e,tp,eg,ep,ev,re,r,rp)
3838
end
3939
function s.checkop(e,tp,eg,ep,ev,re,r,rp)
4040
for tc in eg:Iter() do
41-
if tc:IsCode(4796100) and tc:IsSummonType(SUMMON_TYPE_FUSION) then
42-
local p=tc:GetSummonPlayer()
43-
s[p]=s[p]+1
41+
if tc:IsCode(4796100) and tc:IsSummonType(SUMMON_TYPE_FUSION) then
42+
local p=tc:GetSummonPlayer()
43+
s[p]=s[p]+1
4444
end
4545
end
4646
end

0 commit comments

Comments
 (0)