diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-08 21:57:33 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-08 21:57:33 +0000 |
commit | ab8bc04fa70691098e6169d80cc8fb1ed27f82ac (patch) | |
tree | 333c1ecdccbcbd2ebe9d95fb77426b01a0b761fa | |
parent | 06430adb328e4e3b30c4c6e606a25fe9bddb532b (diff) |
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 58389a0..a28b0f9 100644 --- a/shop2/disp.lua +++ b/shop2/disp.lua @@ -55,7 +55,7 @@ local function disp_shopscreen(items) mon.setTextScale(1) printseq(mon) { - {1,1}, colors.orange, "Apiaristics Consortium Store", + {1,1}, colors.orange, "BEE MART", {1,2}, colors.lightGray, "Stock Price Adr. Name", } |