diff options
-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 |