milo status panel

This commit is contained in:
kepler155c@gmail.com
2019-02-27 19:35:26 -05:00
parent 177533b760
commit 10787dd2b3
3 changed files with 35 additions and 24 deletions

View File

@@ -107,7 +107,7 @@ local function process(list)
end
if item and item.count > 0 then
if not cooking or cooking.name == item.name then
if not cooking then -- or cooking.name == item.name then
local count = cooking and cooking.count or 0
if count < 64 then
print('cooking : ' .. furnace.name)