]> git.smokeofanarchy.ru Git - space-station-14.git/commit
StaminaSystem to SharedStaminaSystem (#37199)
authorPrincess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Tue, 6 May 2025 16:39:05 +0000 (09:39 -0700)
committerGitHub <noreply@github.com>
Tue, 6 May 2025 16:39:05 +0000 (12:39 -0400)
commit9c165cb5a079c3d7860c60c9e0b0d81421ef07f6
treecce374daafa82a6c230576e00af0fc6d4d0e1ac0
parentef881fe655a2a5073a7811727b9d084c05785b50
StaminaSystem to SharedStaminaSystem (#37199)

* Init Commit

* Partial class

* Hands system slipped through
Content.Client/Damage/Systems/StaminaSystem.cs [new file with mode: 0644]
Content.Server/Damage/Systems/StaminaSystem.cs [new file with mode: 0644]
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Shared/Damage/Components/StaminaDamageOnEmbedComponent.cs
Content.Shared/Damage/Components/StaminaModifierComponent.cs
Content.Shared/Damage/Systems/SharedStaminaSystem.Modifier.cs [moved from Content.Shared/Damage/Systems/StaminaSystem.Modifier.cs with 97% similarity]
Content.Shared/Damage/Systems/SharedStaminaSystem.Resistance.cs [moved from Content.Shared/Damage/Systems/StaminaSystem.Resistance.cs with 96% similarity]
Content.Shared/Damage/Systems/SharedStaminaSystem.cs [moved from Content.Shared/Damage/Systems/StaminaSystem.cs with 99% similarity]
Content.Shared/Ensnaring/SharedEnsnareableSystem.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs