The game runs through "player -> is overlapping coin" every single tick! (even without the "Every tick" condition)
Means, if there's a tick, in which multiple coins overlap with the player at the same time, the condition is true -> but only 1 coin will be added, while all overlapping coins will be destroyed.
I didn't know it worked like that
Thank you very much, it helped me to continue developing the game...