diff --git a/cookengineer.yml b/cookengineer.yml index d9d8a330..24b5165a 100644 --- a/cookengineer.yml +++ b/cookengineer.yml @@ -1,5 +1,3 @@ -# TODO: Check if these work, they don't seem to... - - name: stationengineer regex: !anyvalue="(?!num)"!anyvalue="(?!num)" lua: | diff --git a/cookother.yml b/cookother.yml index aa569e0b..cd7dd341 100644 --- a/cookother.yml +++ b/cookother.yml @@ -1,6 +1,5 @@ - name: containers regex: '(?-s)capacity="(?!num)"(?:!anyslotsperrow="(?!num))?' - # TODO: Fix this script, why is it failing? lua: | capacity=capacity*2 if not slotsperrow then return true end