RimWorld

RimWorld

Autocleaner
If your pawns constantly try to repair. heres fix.
Goto pawnutocleaner.cs

change line 23 to " public bool Broken => false; "

Change line 162 to " // if (Broken) overlay = OverlayTypes.BrokenDown; "

This will stop them ever breaking down and remove the overlay showing.

Might take them going offscreen to remove the icon if you load in with it alreayd on.