summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-01-05 04:47:22 +0000
committerubq323 <ubq323@ubq323.website>2023-01-05 04:47:22 +0000
commit3b5db556ebc7b7328094cbba67fa89efa5bf87be (patch)
treecb04d3173d7d1d67e44312eda9dbd6b3faedb3f0
parent017f24cde99500103dfa2e0c64d6e65a71e40954 (diff)
shop2
-rw-r--r--shop2.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop2.lua b/shop2.lua
index f8aa15b..37115e8 100644
--- a/shop2.lua
+++ b/shop2.lua
@@ -68,7 +68,7 @@ local function stock_amt(stockinfo,idesc)
total = total + itm.count
end
end
- return out
+ return total
end
local si = take_stock()