summaryrefslogtreecommitdiff
path: root/shop.lua
diff options
context:
space:
mode:
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}, "!!!",