Revert "price: -> coins/mbux so newfags dont think they're gonna pay real money"

This reverts commit b821547123.
pull/216/head
Aevann 2023-10-31 23:59:45 +03:00
parent 4590381947
commit 7f713441f9
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ function giveaward(t) {
document.getElementById('award_price').textContent = `${ownednum} owned`; document.getElementById('award_price').textContent = `${ownednum} owned`;
} }
else { else {
ownedblock.textContent = `${global_price} coins/mbux` ownedblock.textContent = `Price: ${global_price}`
document.getElementById('award_price').textContent = `Price: ${global_price} coins/marseybux`; document.getElementById('award_price').textContent = `Price: ${global_price} coins/marseybux`;
} }
} }

View File

@ -30,7 +30,7 @@
{% if award.owned %} {% if award.owned %}
{{award.owned}} owned {{award.owned}} owned
{% else %} {% else %}
{{price}} coins/mbux Price: {{price}}
{% endif %} {% endif %}
</div> </div>
</div> </div>