diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-02 03:05:33 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-02 03:05:33 +0000 |
commit | 2207a0fc1cb64f19a4e0d58659ccced20fa78755 (patch) | |
tree | 19f765c3566b3f6ebb5b254215d3a80c0317e0cb | |
parent | 54f4a978ed936fba95a0cf68856816c58ab72b5f (diff) |
shop
-rw-r--r-- | shop2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ local function disp_shopscreen() printseq(m) { {1,1}, colors.orange, "Apiaristics Consortium Store", - {1,2}, colors.lightGray, "Stock Price Adr. Name", + {1,2}, colors.lightGray, "Stock Price Adr. Name", } for ix,i in ipairs(ITEMS) do |