public static void MoteTracerMaintenanceRemoval(this CompDecorate comp) { comp.LivingMotes.RemoveAll(MT => MT.MoteIsDead()); }