diff options
author | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:10:35 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2022-12-30 00:10:35 +0000 |
commit | fa8a8c4cebf8ad5b2d6d8f54b1428103c9bef358 (patch) | |
tree | 8d2cc946a85d3cd91e66dcfd801aa588d81f8f40 | |
parent | 4248eba3a35b8accc9039cae54bf1ce543d6f046 (diff) |
shop
-rw-r--r-- | shop.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |