Changes to BaseCombatEntity so that StartHealth and MaxHealth can be different, allowing for vehicles to spawn correctly with less than 100% health.
- StartMaxHealth() now returns MaxHealth() instead of StartHealth()
- ClientInit now sets _maxHealth to MaxHealth() instead of StartHealth()