Sprint loadout action (#698)

* SpellStorage restruct

* Update CP14SpellStorageSystem.cs

* Sprint
This commit is contained in:
Ed
2025-01-05 17:46:54 +03:00
committed by GitHub
parent be3064b99c
commit 9f798b4f6c
17 changed files with 144 additions and 73 deletions

View File

@@ -265,7 +265,7 @@ public sealed partial class StaminaSystem : EntitySystem
if (oldDamage < slowdownThreshold &&
component.StaminaDamage > slowdownThreshold)
{
_stunSystem.TrySlowdown(uid, TimeSpan.FromSeconds(3), true, 0.8f, 0.8f);
//_stunSystem.TrySlowdown(uid, TimeSpan.FromSeconds(3), true, 0.8f, 0.8f); //CP14 remove stamina slowdown
}
SetStaminaAlert(uid, component);