]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Remove hands component reference (#15197)
authorDrSmugleaf <DrSmugleaf@users.noreply.github.com>
Fri, 7 Apr 2023 18:21:12 +0000 (11:21 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Apr 2023 18:21:12 +0000 (11:21 -0700)
commitb9478564314f912067c7b7952120bf3cb228c77f
treee5d889bb200931054676059bb925014f25c82be6
parentc54ee5290b5064fe630438d9b3300dea12e51ba7
Remove hands component reference (#15197)
73 files changed:
Content.Client/DoAfter/DoAfterSystem.cs
Content.Client/Hands/HandsComponent.cs [deleted file]
Content.Client/Hands/Systems/HandsSystem.cs
Content.Client/Inventory/ClientInventorySystem.cs
Content.Client/Inventory/StrippableBoundUserInterface.cs
Content.Client/UserInterface/Systems/Hands/HandsUIController.cs
Content.Client/UserInterface/Systems/Inventory/InventoryUIController.cs
Content.Client/Weapons/Melee/MeleeWeaponSystem.cs
Content.IntegrationTests/Tests/Buckle/BuckleTest.cs
Content.IntegrationTests/Tests/GameObjects/Components/ActionBlocking/HandCuffTest.cs
Content.IntegrationTests/Tests/Interaction/Click/InteractionSystemTests.cs
Content.Server/AME/AMESystem.cs
Content.Server/Administration/Commands/SetOutfitCommand.cs
Content.Server/Administration/Systems/AdminVerbSystem.Tools.cs
Content.Server/Botany/Systems/PlantHolderSystem.cs
Content.Server/Buckle/Systems/BuckleSystem.Buckle.cs
Content.Server/Chat/SuicideSystem.cs
Content.Server/Construction/Completions/EmptyAllContainers.cs
Content.Server/Construction/Completions/EmptyContainer.cs
Content.Server/Construction/ConstructionSystem.Initial.cs
Content.Server/Disease/DiseaseDiagnosisSystem.cs
Content.Server/Disposal/Tube/DisposalTubeSystem.cs
Content.Server/Disposal/Unit/EntitySystems/DisposalUnitSystem.cs
Content.Server/Emoting/Systems/BodyEmotesSystem.cs
Content.Server/GameTicking/Rules/TraitorDeathMatchRuleSystem.cs
Content.Server/Hands/Components/HandsComponent.cs [deleted file]
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/Nutrition/EntitySystems/FoodSystem.cs
Content.Server/Nutrition/EntitySystems/SliceableFoodSystem.cs
Content.Server/Power/EntitySystems/PowerReceiverSystem.cs
Content.Server/Sandbox/SandboxSystem.cs
Content.Server/Standing/StandingStateSystem.cs
Content.Server/Station/Systems/StationSpawningSystem.cs
Content.Server/Storage/EntitySystems/SecretStashSystem.cs
Content.Server/Storage/EntitySystems/StorageSystem.cs
Content.Server/Strip/StrippableSystem.cs
Content.Server/Tools/Innate/InnateToolSystem.cs
Content.Server/UserInterface/ActivatableUISystem.cs
Content.Server/Verbs/VerbSystem.cs
Content.Server/Weapons/Melee/MeleeWeaponSystem.cs
Content.Server/Wieldable/WieldableSystem.cs
Content.Server/Wires/WiresSystem.cs
Content.Server/Zombies/ZombifyOnDeathSystem.cs
Content.Shared/Access/Systems/SharedIdCardSystem.cs
Content.Shared/Blocking/BlockingSystem.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/DoAfter/SharedDoAfterSystem.Update.cs
Content.Shared/DoAfter/SharedDoAfterSystem.cs
Content.Shared/Doors/Systems/SharedDoorSystem.cs
Content.Shared/Hands/Components/HandHelpers.cs
Content.Shared/Hands/Components/HandsComponent.cs [moved from Content.Shared/Hands/Components/SharedHandsComponent.cs with 78% similarity]
Content.Shared/Hands/EntitySystems/SharedHandsSystem.AI.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Drop.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Interactions.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Inventory/InventorySystem.Equip.cs
Content.Shared/Item/SharedMultiHandedItemSystem.cs
Content.Shared/Lock/LockSystem.cs
Content.Shared/Mech/EntitySystems/SharedMechSystem.cs
Content.Shared/Stacks/SharedStackSystem.cs
Content.Shared/Standing/StandingStateSystem.cs
Content.Shared/Storage/EntitySystems/SharedEntityStorageSystem.cs
Content.Shared/Strip/SharedStrippableSystem.cs
Content.Shared/Tabletop/SharedTabletopSystem.cs
Content.Shared/Throwing/ThrownItemSystem.cs
Content.Shared/Verbs/SharedVerbSystem.cs
Content.Shared/Verbs/VerbEvents.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs
Content.Shared/Weapons/Reflect/SharedReflectSystem.cs