RimWorld

RimWorld

LightsOut
Compatibility with RimFactory
Automated machines from Project RimFactory are considered to be in standby mode when working. I fixed this issue for myself by adding ` if(!thing.def.hasInteractionCell) return false;` to `IsLegalTableType` - if it has no interaction cell, it should always be considered running, I think.