summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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