From c4863011168b7d48a74dcf7d2f78ee8772257bc8 Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Thu, 25 Apr 2019 12:55:32 -0400 Subject: [PATCH] better bulk handling --- milo/apps/furni.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milo/apps/furni.lua b/milo/apps/furni.lua index 0902452..a031bd4 100644 --- a/milo/apps/furni.lua +++ b/milo/apps/furni.lua @@ -144,7 +144,7 @@ local function process(list) inFuel.count = inFuel.count - count fuel.name = inFuel.name - fuel.count = fuel.count - count + fuel.count = fuel.count + count end end end