summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2022-12-30 00:08:43 +0000
committerubq323 <ubq323@ubq323.website>2022-12-30 00:08:43 +0000
commit4248eba3a35b8accc9039cae54bf1ce543d6f046 (patch)
treed9ce7164662e1b77a5ccf9fe40d279ca2eee7cd7 /shop.lua
parentc18661a230dae15ce3056604173c468687ce908d (diff)
shop
Diffstat (limited to 'shop.lua')
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index ea05a85..c71309d 100644
--- a/shop.lua
+++ b/shop.lua
@@ -128,7 +128,6 @@ end
function run_sidedisp()
local m = peripheral.wrap("left")
local function printseq(q)
- m.clear()
for _,v in ipairs(q) do
if type(v) == "number" then
m.setTextColor(v)
@@ -141,6 +140,7 @@ function run_sidedisp()
end
while true do
local sa = stock_amt()
+ m.clear()
printseq {
{7,1}, colors.orange, "UBQ323", {3,2}, "DIAMOND STORE",
{9,3}, "!!!",