I have an injured method in a parent class that removes the object once their health gets to zero. I have one subclass that needs to injure those around it before it is removed from the world. I would like to override the parent class injure method is there anything special I need to do because I created another injure method in the subclass and it still seems to be using the parent class one.

