Skip to content

Commit 4d70a32

Browse files
authored
Update c300305001.lua
Errant declaration.
1 parent 7589a2a commit 4d70a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skill/c300305001.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232
function s.fcheck(exc)
3333
return function(tp,sg,fc)
3434
if sg:IsExists(Card.IsLocation,1,nil,LOCATION_DECK) then
35-
local matgg=Duel.GetFusionMaterial(tp):Filter(s.matfilter,nil,fc)
35+
local matg=Duel.GetFusionMaterial(tp):Filter(s.matfilter,nil,fc)
3636
return #matg>1 and fc.min_material_count>2
3737
end
3838
return not (exc and sg:IsContains(exc))

0 commit comments

Comments
 (0)