summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop2.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop2.lua b/shop2.lua
index b8ca3ba..83f01df 100644
--- a/shop2.lua
+++ b/shop2.lua
@@ -51,7 +51,7 @@ local function disp_shopscreen()
printseq(m) {
{1,y}, colors.white, pad(stock,5),
{8,y}, colors.yellow, pad(price,5), colors.lightGray, "kst",
- {18,y}, colors.white, adr,
+ {18,y}, colour, adr,
{25,y}, colour, name,
}
end