some changes

This commit is contained in:
2020-02-02 16:17:20 -05:00
parent 3d19fa6243
commit c162d67c79
2 changed files with 2 additions and 2 deletions

View File

@@ -311,6 +311,6 @@ public class Player : MonoBehaviour
public float GetStaminaDifficultyFactor()
{
return Mathf.Clamp(currentStamina / (startStamina * 1f), 0.27f, 1);
return Mathf.Clamp(currentStamina / (startStamina * 1f), 0.4f, 1);
}
}