Currently, health and diameter are the same thing, just on different scales (to be precise: diameter == 100.0 * health).
However, when this was implemented, some collision tests failed. These were commented out by FIX_ISSUE_732.
Make those tests work again :-)
Currently, health and diameter are the same thing, just on different scales (to be precise:
diameter == 100.0 * health).However, when this was implemented, some collision tests failed. These were commented out by
FIX_ISSUE_732.Make those tests work again :-)