diff --git a/ENTITY/SetEntityHealth.md b/ENTITY/SetEntityHealth.md index 3c9e17563..db6818c5e 100644 --- a/ENTITY/SetEntityHealth.md +++ b/ENTITY/SetEntityHealth.md @@ -12,7 +12,7 @@ When setting health for player ped entity types, the game clamps the health valu When setting health for non-player peds, the maximum health will be increased if the new health value exceeds the current maximum, ensuring that the changes take effect. -Default health value for peds is `200`. +Default health value for male peds is `200`, for female peds it is `175`. Applying this on other entities that are not players or peds won't clamp the value.