First off: Amazing mod, thank you very much for your hard work. Makes the game 10x better.
I am currently facing an issue (Game version 0.8.4.8, using automod as well)
When trying to use the "Special Slaves" tool, I get an error pop up and this in the console
View attachment 5470477
Smelled fishy, but when I changed the affected line from this:
JavaScript:
if (params.statsByName[k].invertValue) {
to this:
JavaScript:
if (params.statsByName[k] && params.statsByName[k].invertValue) {
I got it to open. There are no other sort options than the name though. This already helps quite a bit however.
It seems like the map never gets populated, I am not yet sure why.
Any idea of what's off here? I don't work with JS every day so I struggle a bit with fixing it myself.