summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-30 00:10:35 +0000
committerubq323 <ubq323@ubq323.website>2022-12-30 00:10:35 +0000
commitfa8a8c4cebf8ad5b2d6d8f54b1428103c9bef358 (patch)
tree8d2cc946a85d3cd91e66dcfd801aa588d81f8f40 /shop.lua
parent4248eba3a35b8accc9039cae54bf1ce543d6f046 (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 c71309d..fad409a 100644
--- a/shop.lua
+++ b/shop.lua
@@ -150,12 +150,12 @@ function run_sidedisp()
if sa > 0 then
printseq {
{2,8}, colors.blue, "/pay d@ac.kst "..PRICE,
- {2,9}, colors.grey, "(or a multiple of "..PRICE..")",
+ {2,9}, colors.gray, "(or a multiple of "..PRICE..")",
}
else
printseq {
- {2,8}, colors.red, "Out of stock!",
- {2,9}, "please come back soon",
+ {3,8}, colors.red, "Out of stock!",
+ {2,9}, "please come back",{7,10},"soon."
}
end