Objects: HitPoints -> Health Points

master
rubenwardy 2021-01-27 18:43:06 +00:00
parent ae2ba6898f
commit d2252cfd95
1 changed files with 2 additions and 2 deletions

View File

@ -239,9 +239,9 @@ use a [chat command](../players/chat.html) to spawn entities:
## Health and Damage
### HitPoints (HP)
### Health Points (HP)
Each object has a HitPoints (HP) number, which represents the current health.
Each object has a Health Points (HP) number, which represents the current health.
Players have a maximum hp set using the `hp_max` object property.
An object will die if its hp reaches 0.