Skip stellar feedback recv tasks in initialisation
engine_skip_force_and_kick()
did not include the communication tasks for the stellar feedback loops. As a result, these tasks were executed during the initialisation step. Since all the other tasks were skipped, these tasks were furthermore run without any dependencies, causing them to run concurrently and overwriting each others values.
This merge request fixes this. It only affects the initialisation step.