Randomizes every aspect of the game, including recipes, technologies, machines, and more. Download for the ultimate randomization experience that will force you to think in new ways!
If setting Extras set to More, on loading with other mods, function at lib/reformat.lua reformat.change_corpse_size local variable corpse may be nil, which leads to error on loading.
I patched it locally just by adding if not corpse then return end, that's not a proper fix, but in unpredictable combination of randomizer with other mods, looks fine to me)
Honestly, that probably is the proper fix. I've had to add those safeguards throughout the code, but forgot in some places like these. I'll fix this when I'm working on the mod again mid-December.