diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-02 03:02:20 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-02 03:02:20 +0000 |
commit | b37663885c9134c134b1fbd0d803f8f79a3bde53 (patch) | |
tree | 1553fbf8a54b7285b3e8aa689ce05a3f56e145f7 | |
parent | b6c5dce6955446ebeb5735c0e4e4d8015de564de (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.cyan, adr, + {18,y}, colour, adr, {25,y}, colors.white, name, } end |