fix hybrid planeswalker
This commit is contained in:
@@ -88,7 +88,7 @@ init script:
|
|||||||
land_template := {
|
land_template := {
|
||||||
if type_name(harder_script[type] or else nil) != "nothing"
|
if type_name(harder_script[type] or else nil) != "nothing"
|
||||||
then harder_script[type](input, land:true)
|
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
|
# Use land templates for previews because they show more contrast
|
||||||
hybrid_previews := "land,hybrid"
|
hybrid_previews := "land,hybrid"
|
||||||
|
|||||||
Reference in New Issue
Block a user