The way I have it set is that when the bullets collide with the enemy, it removes 1 health from the enemy, and destroys the bullet. Once the health is 0 for the enemy, it plays the death animation and destroys the object. But when the enemy is playing the death animation, it still destroys the bullets. How can I fix this without making it so when the death animation plays the bullets do not destroy on that object instance?