Bob's Modules


Expansion to the Modules system.

Content
3 months ago
0.13 - 1.1
215K
Manufacturing

b Setting Module Limitation to nil

6 years ago

I had a bug report for my mod that was basically that the productivity module .limiation was nil when I tried to add some items to it. After some suggestions the player found out that it was bobmodules that was causing the issue.

Line 46 of data.lua has the following
module.limitation = productivitymodulelimitation()
and from what I can tell "productivitymodulelimitation" doesn't exist, so it's just setting the limitation to nil.

New response