]> git.smokeofanarchy.ru Git - space-station-14.git/commit
AutoCompState + ItemToggle fixes (#23422)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 3 Jan 2024 06:24:02 +0000 (17:24 +1100)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 06:24:02 +0000 (17:24 +1100)
commit2166958bd0c23b7b9fd5c699eaeee910d1db62bf
tree23ff353a8d064d87127c883c58c4f3caec3f81a1
parent2548156eaeed990d091957aebbe3ac40004a5123
AutoCompState + ItemToggle fixes (#23422)

* AutoCompState + ItemToggle fixes

Fix a lot of the comp states that are never actually networked and also cleaned up ItemToggle events a bunch. ItemToggle will still need some future work for lights and sounds.

* Also catch these
29 files changed:
Content.Client/Tools/UI/WelderStatusControl.cs
Content.Client/Weapons/Reflect/ReflectSystem.cs [deleted file]
Content.IntegrationTests/Tests/Interaction/InteractionTest.Helpers.cs
Content.Server/Damage/Systems/DamageOnToolInteractSystem.cs
Content.Server/Eye/Blinding/EyeProtection/EyeProtectionSystem.cs
Content.Server/Item/ItemToggle/ItemToggleSystem.cs
Content.Server/Light/EntitySystems/ExpendableLightSystem.cs
Content.Server/Light/EntitySystems/MatchstickSystem.cs
Content.Server/Stunnable/Systems/StunbatonSystem.cs
Content.Server/Tools/ToolSystem.Welder.cs
Content.Server/Weapons/Reflect/ReflectSystem.cs [deleted file]
Content.Shared/Clothing/Components/LoadoutComponent.cs
Content.Shared/Clothing/SharedMagbootsSystem.cs
Content.Shared/ContainerHeld/ContainerHeldComponent.cs
Content.Shared/ContainerHeld/ContainerHeldSystem.cs
Content.Shared/Item/ItemComponent.cs
Content.Shared/Item/ItemToggle/Components/ItemToggleActiveSoundComponent.cs
Content.Shared/Item/ItemToggle/Components/ItemToggleComponent.cs
Content.Shared/Item/ItemToggle/Components/ItemToggleHotComponent.cs
Content.Shared/Item/ItemToggle/Components/ItemToggleMeleeWeaponComponent.cs
Content.Shared/Item/ItemToggle/Components/ItemToggleSizeComponent.cs
Content.Shared/Item/ItemToggle/SharedItemToggleSystem.cs
Content.Shared/Item/SharedItemSystem.cs
Content.Shared/Ninja/Components/NinjaSuitComponent.cs
Content.Shared/Sericulture/SericultureComponent.cs
Content.Shared/Teleportation/Components/PortalComponent.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
Content.Shared/Weapons/Reflect/ReflectSystem.cs [moved from Content.Shared/Weapons/Reflect/SharedReflectSystem.cs with 96% similarity]
Content.Shared/Wieldable/WieldableSystem.cs