This commit is contained in:
Giovani
2020-02-03 09:33:53 -05:00
parent 24b26802be
commit 42b2214cd6
6 changed files with 1077 additions and 1888 deletions

View File

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