diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-12 18:16:46 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-12 18:16:46 +0000 |
commit | 30b7dd83df26e9b5915919b548402afca9a58103 (patch) | |
tree | 74781e6ff603bb788c3a73f0e808e77916b34af6 /shop2 | |
parent | bd15a20935146239d5ea8794af16c2899525210d (diff) |
shop2
Diffstat (limited to 'shop2')
-rw-r--r-- | shop2/disp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shop2/disp.lua b/shop2/disp.lua index 570e2d6..af7333c 100644 --- a/shop2/disp.lua +++ b/shop2/disp.lua @@ -62,7 +62,7 @@ local function disp_shopscreen(items) {22,y}, colour, idesc.hname, } end - for _,idesc in ipairs(items) do + for ix,idesc in ipairs(items) do local amt = stock.amt_of(si,idesc) fmt_row(ix+2, idesc,amt) end |