summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-30 00:10:50 +0000
committerubq323 <ubq323@ubq323.website>2022-12-30 00:10:50 +0000
commitf2ffdf6b92e7beee7de742c8456e46fa22241dd9 (patch)
treecce380b5479247d06ad90349790e20e546e45455 /shop.lua
parentfa8a8c4cebf8ad5b2d6d8f54b1428103c9bef358 (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua6
1 files 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."
}