]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Equipment verbs & admin inventory access. (#14315)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Sun, 5 Mar 2023 17:12:08 +0000 (06:12 +1300)
committerGitHub <noreply@github.com>
Sun, 5 Mar 2023 17:12:08 +0000 (04:12 +1100)
commitb148bebd603400b02cab36c086183da32225163a
tree3905131aa83cd964e5fe4bb1f29f6962b3fe9e0c
parenta9b268af49e1e4e36f60af17bcacf6476fa22f4c
Equipment verbs & admin inventory access. (#14315)
29 files changed:
Content.Client/Administration/Managers/ClientAdminManager.cs
Content.Client/Inventory/StrippableBoundUserInterface.cs
Content.Client/IoC/ClientContentIoC.cs
Content.Client/Verbs/UI/VerbMenuUIController.cs
Content.Client/Verbs/VerbSystem.cs
Content.Server/Administration/Managers/IAdminManager.cs
Content.Server/Hands/Systems/HandsSystem.cs
Content.Server/IoC/ServerContentIoC.cs
Content.Server/Kitchen/EntitySystems/SharpSystem.cs
Content.Server/Storage/EntitySystems/StorageSystem.cs
Content.Server/Strip/StrippableSystem.cs
Content.Shared/Administration/Managers/ISharedAdminManager.cs [new file with mode: 0644]
Content.Shared/Clothing/Components/ToggleableClothingComponent.cs
Content.Shared/Clothing/EntitySystems/ToggleableClothingSystem.cs
Content.Shared/DoAfter/DoAfterComponent.cs
Content.Shared/DoAfter/SharedDoAfterSystem.cs
Content.Shared/Examine/ExamineSystemShared.Group.cs
Content.Shared/Examine/GroupExamineComponent.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Inventory/InventorySystem.Helpers.cs
Content.Shared/Inventory/InventorySystem.Relay.cs
Content.Shared/Strip/Components/StrippableComponent.cs
Content.Shared/Strip/SharedStrippableSystem.cs
Content.Shared/Verbs/SharedVerbSystem.cs
Content.Shared/Verbs/Verb.cs
Content.Shared/Verbs/VerbEvents.cs
Resources/Locale/en-US/strip/strippable-component.ftl
Resources/Locale/en-US/verbs/verbs.ftl [new file with mode: 0644]