From f2ffdf6b92e7beee7de742c8456e46fa22241dd9 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 30 Dec 2022 00:10:50 +0000 Subject: shop --- shop.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shop.lua b/shop.lua index fad409a..3ab9d46 100644 --- a/shop.lua +++ b/shop.lua @@ -144,8 +144,8 @@ function run_sidedisp() printseq { {7,1}, colors.orange, "UBQ323", {3,2}, "DIAMOND STORE", {9,3}, "!!!", - {1,5}, colors.white, "Stock: ", colors.yellow, ""..sa, - {1,6}, colors.white, "Price: ", colors.yellow, ""..PRICE, colors.white, "kst/item" + {1,5}, colors.white, "stock: ", colors.yellow, ""..sa, + {1,6}, colors.white, "price: ", colors.yellow, ""..PRICE, colors.white, "kst/item" } if sa > 0 then printseq { @@ -154,7 +154,7 @@ function run_sidedisp() } else printseq { - {3,8}, colors.red, "Out of stock!", + {3,8}, colors.red, "out of stock!", {2,9}, "please come back",{7,10},"soon." } -- cgit v1.2.3