]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Retractable items system + Arm Blade action (#38150)
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Sat, 14 Jun 2025 18:29:06 +0000 (20:29 +0200)
committerGitHub <noreply@github.com>
Sat, 14 Jun 2025 18:29:06 +0000 (21:29 +0300)
commit208b245dcbf2550d2a3d444b0b68df0c2d99c82e
treedaeab42ffc606c8be55165ca221e88b1ade2229d
parent635ea4b2b49017645de8bd210ea87c1eacd94f66
Retractable items system + Arm Blade action (#38150)
13 files changed:
Content.Server/Glue/GlueSystem.cs
Content.Shared/Containers/ItemSlot/ItemSlotsSystem.cs
Content.Shared/Hands/EntitySystems/SharedHandsSystem.Pickup.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/RetractableItemAction/ActionRetractableItemComponent.cs [new file with mode: 0644]
Content.Shared/RetractableItemAction/ItemActionEvents.cs [new file with mode: 0644]
Content.Shared/RetractableItemAction/RetractableItemActionComponent.cs [new file with mode: 0644]
Content.Shared/RetractableItemAction/RetractableItemActionSystem.cs [new file with mode: 0644]
Resources/Locale/en-US/retractable-item-action/retractable-item-action.ftl [new file with mode: 0644]
Resources/Prototypes/Actions/changeling.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Weapons/Melee/armblade.yml
Resources/Textures/Interface/Actions/changeling.rsi/armblade.png [new file with mode: 0644]
Resources/Textures/Interface/Actions/changeling.rsi/meta.json [new file with mode: 0644]