From fa8a8c4cebf8ad5b2d6d8f54b1428103c9bef358 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 30 Dec 2022 00:10:35 +0000 Subject: shop --- shop.lua | 6 +++--- 1 file 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 -- cgit v1.2.3