diff --git a/files/templates/shop.html b/files/templates/shop.html index 66afdf22f7..264badb06a 100644 --- a/files/templates/shop.html +++ b/files/templates/shop.html @@ -64,7 +64,7 @@ {% set kind = a['kind'] %} Buy - {% if v.procoins and a['kind'] not in ("grass","alt") %}Buy with Marseybux{% endif %} + {% if v.procoins and a['kind'] != "grass" %}Buy with Marseybux{% endif %} {% endfor %}