summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-29 23:38:08 +0000
committerubq323 <ubq323@ubq323.website>2022-12-29 23:38:08 +0000
commite840dd8ad9667f314d2fc8c502ad36819f04b5e7 (patch)
treefcc762d51ffb115d2c35c8bee863605b0a31076c /shop.lua
parentf9eca756b2040cc12e8865260ee4616fb0533bdc (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua9
1 files changed, 5 insertions, 4 deletions
diff --git a/shop.lua b/shop.lua
index 574481d..c0d5d4b 100644
--- a/shop.lua
+++ b/shop.lua
@@ -144,10 +144,11 @@ function run_sidedisp()
end
while true do
printseq {
- {1,1}, colors.red, "UBQ323 DIAMOND STORE!!!",
- {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.." <--"
+ {7,1}, colors.orange, "UBQ323", {2,2}, "DIAMOND STORE",
+ {7,3}, "!!!",
+ {1,5}, colors.white, "Stock: ", colors.yellow, ""..stock_amt(),
+ {1,6}, colors.white, "Price: ", colors.yellow, ""..PRICE, colors.white, "kst/item",
+ {1,8}, colors.blue, "/pay d@ac.kst "..PRICE
}
os.sleep(5)