This commit is contained in:
CortexCore
2023-11-02 20:58:55 +08:00
parent f0f348c246
commit ee3ecec6cb
168 changed files with 58830 additions and 379 deletions

View File

@@ -275,7 +275,7 @@ namespace BITFALL.Entities.Player.Movement
{
//case { interaction: PressInteraction, started: true }:
case { interaction: PressInteraction, performed:true }:
if (ExpectRun.shouldBe)
if (ExpectRun.shouldBe && Stamina> 0)
ExpectSprint.shouldBe = true;
ExpectRun.shouldBe = true;
ExpectCrouch.Reset();