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