Skip to content

Commit a9e66e5

Browse files
committed
"Fiendsmith's Sanct" update
fixed a typo
1 parent f5ac25a commit a9e66e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c35552985.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--刻まれし魔の讃聖
2-
--Fiendsmith Sanctus
2+
--Fiendsmith's Sanct
33
--scripted by pyrQ
44
local s,id=GetID()
55
function s.initial_effect(c)
@@ -29,7 +29,7 @@ function s.initial_effect(c)
2929
c:RegisterEffect(e2)
3030
end
3131
s.listed_names={id+1}
32-
s.listed_seres={SET_FIENDSMITH}
32+
s.listed_series={SET_FIENDSMITH}
3333
function s.confilter(c)
3434
return c:IsAttribute(ATTRIBUTE_LIGHT) and c:IsRace(RACE_FIEND)
3535
end

0 commit comments

Comments
 (0)