Skip to content

Commit 5ed9083

Browse files
authored
Update c511000368.lua
Missing end
1 parent 8ab890a commit 5ed9083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial/c511000368.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function s.initial_effect(c)
7272
e7:SetRange(LOCATION_MZONE)
7373
e7:SetCode(EFFECT_UPDATE_ATTACK)
7474
e7:SetCondition(function(e) return e:GetHandler():IsSummonType(SUMMON_TYPE_SPECIAL+1) end)
75-
e7:SetValue(function(e,c) return Duel.GetFieldGroupCount(e:GetHandlerPlayer(),LOCATION_REMOVED,LOCATION_REMOVED)*1000)
75+
e7:SetValue(function(e,c) return Duel.GetFieldGroupCount(e:GetHandlerPlayer(),LOCATION_REMOVED,LOCATION_REMOVED)*1000 end)
7676
c:RegisterEffect(e7)
7777
end
7878
s.xyz_number=92

0 commit comments

Comments
 (0)