better bulk handling

This commit is contained in:
kepler155c@gmail.com
2019-04-25 12:55:32 -04:00
parent c3ee734c19
commit c486301116

View File

@@ -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