diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:10:50 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:10:50 +0000 |
commit | f2ffdf6b92e7beee7de742c8456e46fa22241dd9 (patch) | |
tree | cce380b5479247d06ad90349790e20e546e45455 | |
parent | fa8a8c4cebf8ad5b2d6d8f54b1428103c9bef358 (diff) |
shop
-rw-r--r-- | shop.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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." } |