mutuware
normally to fix this kind of error you would just rearrange the order of the events so that first the ship is angled, and then the rocks are positioned and angled (due to pinbehaviour), and then at the end of the event sheet check for collision.
However due to these actions being performed by a behaviour, you can't seem to change this order.
One thing you can do though is to add an instance variable for example "Destroyable" to the rocks, and set it's default to 1
When the rock sticks to the opposite coloured wall, set destroyable to 0
and then in the events where the rock collides with the same coloured wall add another condition to check if destroyable= 1