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

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