summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-02 03:02:43 +0000
committerubq323 <ubq323@ubq323.website>2023-01-02 03:02:43 +0000
commit227dd91d4c6f934030991fccf4d1e75419a6c9ca (patch)
treec69a0170e1eeeb9ba358d035208a4ca60e9619c8
parentb37663885c9134c134b1fbd0d803f8f79a3bde53 (diff)
shop
-rw-r--r--shop2.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/shop2.lua b/shop2.lua
index eeba9d3..b8ca3ba 100644
--- a/shop2.lua
+++ b/shop2.lua
@@ -51,8 +51,8 @@ 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}, colour, adr,
- {25,y}, colors.white, name,
+ {18,y}, colors.white, adr,
+ {25,y}, colour, name,
}
end