]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Fix action state handling bug (#25395)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Tue, 20 Feb 2024 02:08:41 +0000 (21:08 -0500)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 02:08:41 +0000 (13:08 +1100)
commitbd4597c5ca8a3c55b17868a2c8aef543d3ea503d
treeace1d07d0293f19218d88ec1fd1c0f21d57bb06f
parent2548b13abf882a33ef3bf98c79ddaf91eddfa956
Fix action state handling bug (#25395)

* Rejig action state handling

* Fix entity arg

* Fix deserialization
Content.Client/Actions/ActionsSystem.cs
Content.IntegrationTests/Tests/Actions/ActionPvsDetachTest.cs [new file with mode: 0644]
Content.Shared/Actions/ActionContainerSystem.cs
Content.Shared/Actions/ActionsComponent.cs
Content.Shared/Actions/BaseActionComponent.cs
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs