]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Convert ItemSize to prototypes (#21481)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Mon, 6 Nov 2023 07:20:50 +0000 (02:20 -0500)
committerGitHub <noreply@github.com>
Mon, 6 Nov 2023 07:20:50 +0000 (00:20 -0700)
commit4729024d3e2a213c63fd88133aab38191497e37c
tree1fb6c3f52eb7cca090de6c76ca05a69007972d3f
parent38904904d0d06538d0ab3e76a0cafb84436b002b
Convert ItemSize to prototypes (#21481)

* item sizes are prototypes

* eek
20 files changed:
Content.Client/Storage/UI/StorageWindow.cs
Content.IntegrationTests/Tests/StorageTest.cs
Content.Server/Storage/Components/SecretStashComponent.cs
Content.Server/Storage/EntitySystems/SecretStashSystem.cs
Content.Server/UserInterface/StatValuesCommand.cs
Content.Server/Weapons/Melee/EnergySword/EnergySwordSystem.cs
Content.Shared/Inventory/InventorySystem.Equip.cs
Content.Shared/Item/ItemComponent.cs
Content.Shared/Item/ItemSizePrototype.cs [new file with mode: 0644]
Content.Shared/Item/ItemToggleComponent.cs
Content.Shared/Item/SharedItemSystem.cs
Content.Shared/Storage/EntitySystems/SharedStorageSystem.cs
Content.Shared/Storage/StorageComponent.cs
Resources/Prototypes/Catalog/Fills/Boxes/general.yml
Resources/Prototypes/Entities/Clothing/Shoes/specific.yml
Resources/Prototypes/Entities/Objects/Fun/candy_bucket.yml
Resources/Prototypes/Entities/Objects/Misc/candles.yml
Resources/Prototypes/Entities/Objects/Specific/Xenoarchaeology/item_artifacts.yml
Resources/Prototypes/Entities/Objects/Weapons/Melee/sledgehammer.yml
Resources/Prototypes/item_size.yml [new file with mode: 0644]