diff --git a/script.lua b/script.lua index 9a6182d..b6bc654 100644 --- a/script.lua +++ b/script.lua @@ -198,7 +198,7 @@ do function evaluatePart(part) local part_key=tostring(part) - return ireduce(function(x, y) return x and y end, + return ireduce(function(x, y) return x() and y() end, pm[part_key].functions, true) end