diff --git a/cookother.yml b/cookother.yml index 7deec3fe..c9be62d0 100644 --- a/cookother.yml +++ b/cookother.yml @@ -2,10 +2,10 @@ regex: '(?-s)capacity="(?!num)"(?:!anyslotsperrow="(?!num))?' lua: | if capacity == 1 then return false end - if file:find("fabricators.xml") then - capacity=round(capacity*1.5) - return true - end + -- file:find("fabricators.xml") then + -- apacity=round(capacity*1.5) + -- eturn true + -- capacity=round(capacity*3) if capacity > 50 then capacity=50 end if not slotsperrow then return true end