diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-02 03:02:43 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-02 03:02:43 +0000 |
commit | 227dd91d4c6f934030991fccf4d1e75419a6c9ca (patch) | |
tree | c69a0170e1eeeb9ba358d035208a4ca60e9619c8 | |
parent | b37663885c9134c134b1fbd0d803f8f79a3bde53 (diff) |
shop
-rw-r--r-- | shop2.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |