summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-02 03:03:05 +0000
committerubq323 <ubq323@ubq323.website>2023-01-02 03:03:05 +0000
commit138b29e318d6777196a86806b39a7226c689b2a1 (patch)
tree7bfa02514decec2af6c32cc9657e3498121610dd
parent227dd91d4c6f934030991fccf4d1e75419a6c9ca (diff)
shop
-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