]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Action container rejig (#20260)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sat, 23 Sep 2023 08:49:39 +0000 (04:49 -0400)
committerGitHub <noreply@github.com>
Sat, 23 Sep 2023 08:49:39 +0000 (18:49 +1000)
commit684b334806739fc613752d79ed52954164851072
treec1f9b9ea413b2e15492a819c0eedae2f39ce808e
parentc80c90ed6524097202d7ba366daa2ae1d3b6c87f
Action container rejig (#20260)

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
50 files changed:
Content.Client/Actions/ActionsSystem.cs
Content.Client/Ghost/GhostSystem.cs
Content.Client/NetworkConfigurator/NetworkConfiguratorLinkOverlay.cs
Content.Client/NetworkConfigurator/Systems/NetworkConfiguratorSystem.cs
Content.Client/UserInterface/Systems/Actions/ActionUIController.cs
Content.Client/UserInterface/Systems/Actions/Controls/ActionButtonContainer.cs
Content.Server/Actions/ActionOnInteractComponent.cs
Content.Server/Actions/ActionOnInteractSystem.cs
Content.Server/Animals/Components/EggLayerComponent.cs
Content.Server/Animals/Systems/EggLayerSystem.cs
Content.Server/Bed/BedSystem.cs
Content.Server/Bed/Sleep/SleepingSystem.cs
Content.Server/Dragon/DragonSystem.cs
Content.Server/GameTicking/Rules/ZombieRuleSystem.cs
Content.Server/Ghost/GhostSystem.cs
Content.Server/Light/EntitySystems/HandheldLightSystem.cs
Content.Server/Magic/MagicSystem.cs
Content.Server/Polymorph/Components/PolymorphedEntityComponent.cs
Content.Server/Polymorph/Systems/PolymorphSystem.cs
Content.Server/Revenant/EntitySystems/RevenantSystem.cs
Content.Server/Silicons/Borgs/BorgSystem.Modules.cs
Content.Server/Store/Systems/StoreSystem.Ui.cs
Content.Server/UserInterface/IntrinsicUISystem.cs
Content.Server/Zombies/PendingZombieComponent.cs
Content.Shared/Actions/ActionContainerComponent.cs [new file with mode: 0644]
Content.Shared/Actions/ActionContainerSystem.cs [new file with mode: 0644]
Content.Shared/Actions/ActionEvents.cs
Content.Shared/Actions/ActionsComponent.cs
Content.Shared/Actions/BaseActionComponent.cs
Content.Shared/Actions/SharedActionsSystem.cs
Content.Shared/Bed/Sleep/SharedSleepingSystem.cs
Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs
Content.Shared/Clothing/MagbootsComponent.cs
Content.Shared/CombatMode/CombatModeComponent.cs
Content.Shared/Devour/SharedDevourSystem.cs
Content.Shared/Ghost/GhostComponent.cs
Content.Shared/Implants/Components/SubdermalImplantComponent.cs
Content.Shared/Implants/SharedSubdermalImplantSystem.cs
Content.Shared/Light/Components/UnpoweredFlashlightComponent.cs
Content.Shared/Mech/Components/MechComponent.cs
Content.Shared/Mech/EntitySystems/SharedMechSystem.cs
Content.Shared/Mobs/Components/MobStateActionsComponent.cs
Content.Shared/Mobs/Systems/MobStateActionsSystem.cs
Content.Shared/Movement/Components/JetpackComponent.cs
Content.Shared/Revenant/Components/RevenantComponent.cs
Content.Shared/Speech/Components/MeleeSpeechComponent.cs
Content.Shared/Spider/SharedSpiderSystem.cs
Content.Shared/Spider/SpiderComponent.cs
Resources/Prototypes/Actions/types.yml
Resources/Prototypes/Entities/Clothing/Shoes/magboots.yml