Leave fabricator storage as is
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
regex: '(?-s)capacity="(?<capacity>!num)"(?:!anyslotsperrow="(?<slotsperrow>!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
|
||||
|
Reference in New Issue
Block a user