diff --git a/templates/cards/manacost.html b/templates/cards/manacost.html index ac12f6d..2707579 100644 --- a/templates/cards/manacost.html +++ b/templates/cards/manacost.html @@ -6,7 +6,9 @@ {% if cost.y %}Y{% endif %} {% if cost.z %}Z{% endif %} {% if cost.any > 0 or cost.converted == 0 %} - {{ cost.any }} + {% if not cost.x and not cost.y and not cost.z %} + {{ cost.any }} + {% endif %} {% endif %} {% for i in cost.snow|get_range %} {# use the unicode snowflake symbol #}