From bb26e12f86747e60c38a16191386173683648db2 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 8 Apr 2018 10:21:40 +0200 Subject: [PATCH] Fixed shop item colors --- pages/shop/shop.scarlet | 16 ++++------------ patches/add-shop-items/add-shop-items.go | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pages/shop/shop.scarlet b/pages/shop/shop.scarlet index d62b723a..302e212d 100644 --- a/pages/shop/shop.scarlet +++ b/pages/shop/shop.scarlet @@ -23,18 +23,10 @@ const item-color-anime-support-ticket = hsl(217, 64%, 50%) // Colors .shop-item, .inventory-slot, .shop-history-item - [data-item-id="pro-account-3"] - .item-icon - color item-color-pro-account - - [data-item-id="pro-account-6"] - .item-icon - color item-color-pro-account - - [data-item-id="pro-account-12"] - .item-icon - color item-color-pro-account - + [data-item-id="pro-account-1"], + [data-item-id="pro-account-3"], + [data-item-id="pro-account-6"], + [data-item-id="pro-account-12"], [data-item-id="pro-account-24"] .item-icon color item-color-pro-account diff --git a/patches/add-shop-items/add-shop-items.go b/patches/add-shop-items/add-shop-items.go index 28a7910d..4ddbb6cf 100644 --- a/patches/add-shop-items/add-shop-items.go +++ b/patches/add-shop-items/add-shop-items.go @@ -7,7 +7,7 @@ var items = []*arn.ShopItem{ &arn.ShopItem{ ID: "pro-account-1", Name: "PRO Account (1 month)", - Price: 900, + Price: 300, Description: `PRO status for 1 month. 1 month equals 300 gems.