Hm maybe I've missunderstood how impact and push are supposed to work. The effect I want to achieve is that objects with smaller push value shouldnt be able to push those with higher. Can be done easily with an if-statement in the event handler, but I thought that wouldnt be necessary since push is supposed to be "automatic", or at least I thought so until now. I guess that wasnt what push was supposed to do.