Hi! I have a platformer with a puzzling collision issue. There are two collision boxes for a player and a bat enemy, and some code to make it so jumping on the bat deals damage to the bat. However, the first time jumping on the bat, the system counts two collisions. Is there a way to code this better/different? My project file is linked here