summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-02 03:02:20 +0000
committerubq323 <ubq323@ubq323.website>2023-01-02 03:02:20 +0000
commitb37663885c9134c134b1fbd0d803f8f79a3bde53 (patch)
tree1553fbf8a54b7285b3e8aa689ce05a3f56e145f7
parentb6c5dce6955446ebeb5735c0e4e4d8015de564de (diff)
shop
-rw-r--r--shop2.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop2.lua b/shop2.lua
index b2dd456..eeba9d3 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.cyan, adr,
+ {18,y}, colour, adr,
{25,y}, colors.white, name,
}
end