summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 23:33:02 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 23:33:02 +0000
commitf9eca756b2040cc12e8865260ee4616fb0533bdc (patch)
tree8fdf85ab399102698e0ce4521669b8f16c43a3cd /shop.lua
parent87681d8c8959f7cfd5ed2fc4e71e4851107c3fcb (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 8845b31..574481d 100644
--- a/shop.lua
+++ b/shop.lua
@@ -145,7 +145,7 @@ function run_sidedisp()
while true do
printseq {
{1,1}, colors.red, "UBQ323 DIAMOND STORE!!!",
- {1,2}, colors.white, "Stock: ", colors.yellow, stock_amt(),
+ {1,2}, colors.white, "Stock: ", colors.yellow, ""..stock_amt(),
{1,3}, colors.white, "Price: ", colors.yellow, PRICE.."kst/item",
{1,6}, colors.green, "--> /pay d@ac.kst "..PRICE.." <--"
}