horsegen: fix missing blanket case in spark effects

This commit is contained in:
2026-02-13 16:28:37 -05:00
parent cbe08cd8a7
commit 0723fe0c6a
2 changed files with 2 additions and 0 deletions

View File

@@ -12243,3 +12243,4 @@ pub fun effects(s: spark-id): list<list<spark-effect>>
[Skill-Hint(Skill-id(900691), 2),], [Skill-Hint(Skill-id(900691), 2),],
[Skill-Hint(Skill-id(900691), 3),], [Skill-Hint(Skill-id(900691), 3),],
] ]
_ -> []

View File

@@ -128,4 +128,5 @@ pub fun effects(s: spark-id): list<list<spark-effect>>
{{- end }} {{- end }}
] ]
{{- end }} {{- end }}
_ -> []
{{ end }} {{ end }}