fix hybrid planeswalker

This commit is contained in:
cajun
2024-09-17 16:00:30 -05:00
parent c4200b4862
commit 95849ce8b0

View File

@@ -88,7 +88,7 @@ init script:
land_template := {
if type_name(harder_script[type] or else nil) != "nothing"
then harder_script[type](input, land:true)
else template_prefix[type] + input + input + template_suffix[type]
else template_prefix[type] + input + template_suffix[type]
}
# Use land templates for previews because they show more contrast
hybrid_previews := "land,hybrid"