Power-ups can only increase their health by 1, so all we have to do is increment the health variable.

Increment the health variable.

Make sure to add health++; to your code.