May 2021
Posted 3 years ago
When I asked in discord whether I should change Health from an int to a float there was a huge uproar against it. I didn't really understand why.

Turns out they thought that this would mean that health would be on the HUD like 98.34534f.

So health is a float now. This makes more sense in my opinion, since adding or subtracting fractionally per tick is pretty common and is made a ton harder by it being an int. 

The only downside is that you have to not show fractions on the HUD, and that's not too hard right?